now with hackability.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44784 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/comparison.html b/www/comparison.html
index 40cf546..78261b7 100644
--- a/www/comparison.html
+++ b/www/comparison.html
@@ -60,7 +60,8 @@
<p>Pro's of clang vs GCC:</p>
<ul>
- <li>The Clang ASTs and design are intended to be easily understandable to
+ <li>The Clang ASTs and design are intended to be <a
+ href="features.html#simplecode">easily understandable</a> by
anyone who is familiar with the languages involved and who have a basic
understanding of how a compiler works. GCC has a very old codebase
which presents a steep learning curve to new developers.</li>