diff options
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/README b/compilerplugins/README index 1261a34b1487..9dae9a1d236c 100644 --- a/compilerplugins/README +++ b/compilerplugins/README @@ -7,7 +7,7 @@ This directory contains code for compiler plugins. These are used to perform additional actions during compilation (such as additional warnings) and also to perform mass code refactoring. -Currently only the Clang compiler is supported (http://clang.llvm.org). +Currently only the Clang compiler is supported (http://wiki.documentfoundation.org/Development/Clang). == Usage == |