diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-01-11 14:55:17 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-01-11 14:58:58 +0100 |
commit | 03910bdfd964ee34bdd93fda3339908cad2b01f4 (patch) | |
tree | 6694607df38a03523978c3091fdcc07bc22f34c1 /compilerplugins/README | |
parent | a18aa3016b6e97d3702c99a7dff37022e9ae2580 (diff) |
point to our wiki page on clang rather than clang homepage
Change-Id: Ia54040c7ed02e6a2d62dd93890a7d1467dd83a40
Diffstat (limited to 'compilerplugins/README')
-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 == |