update documentation
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55386 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/get_started.html b/www/get_started.html
index e12d23b..9f48264 100644
--- a/www/get_started.html
+++ b/www/get_started.html
@@ -74,7 +74,7 @@
<li>'<tt>touch empty.c; gcc -v empty.c -fsyntax-only</tt>' to get the
path.</li>
<li>Look for the comment "FIXME: temporary hack:
- hard-coded paths" in <tt>clang/Driver/clang.cpp</tt> and
+ hard-coded paths" in <tt>clang/lib/Driver/InitHeaderSearch.cpp</tt> and
change the lines below to include that path.</li>
</ul>