diff --git a/docs/GarbageCollection.html b/docs/GarbageCollection.html
index 91be2396746..f2f37229924 100644
--- a/docs/GarbageCollection.html
+++ b/docs/GarbageCollection.html
@@ -387,7 +387,7 @@ The
llvm_cg_walk_gcroots function is a function provided by the code
generator that iterates through all of the GC roots on the stack, calling the
specified function pointer with each record. For each GC root, the address of
the pointer and the meta-data (from the
llvm.gcroot intrinsic) are provided.
+href="#roots">
llvm.gcroot intrinsic) are provided.
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 11b43befdff..4342445ec6c 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -27,7 +27,6 @@