diff options
Diffstat (limited to 'llvm/docs/FAQ.rst')
-rw-r--r-- | llvm/docs/FAQ.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/FAQ.rst b/llvm/docs/FAQ.rst index 0ab99f3452a..ef8b0c886bf 100644 --- a/llvm/docs/FAQ.rst +++ b/llvm/docs/FAQ.rst @@ -19,7 +19,7 @@ Initiative (OSI). Can I modify LLVM source code and redistribute the modified source? ------------------------------------------------------------------- Yes. The modified source distribution must retain the copyright notice and -follow the three bulletted conditions listed in the `LLVM license +follow the three bulleted conditions listed in the `LLVM license <http://llvm.org/svn/llvm-project/llvm/trunk/LICENSE.TXT>`_. |