summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-01-11 14:55:17 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-01-11 14:58:58 +0100
commit03910bdfd964ee34bdd93fda3339908cad2b01f4 (patch)
tree6694607df38a03523978c3091fdcc07bc22f34c1
parentremove block that is a complete nonsense (diff)
downloadcore-03910bdfd964ee34bdd93fda3339908cad2b01f4.tar.gz
core-03910bdfd964ee34bdd93fda3339908cad2b01f4.zip
point to our wiki page on clang rather than clang homepage
Change-Id: Ia54040c7ed02e6a2d62dd93890a7d1467dd83a40
-rw-r--r--compilerplugins/README2
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 ==