diff --git a/docs/GarbageCollection.html b/docs/GarbageCollection.html
index 91be239..f2f3722 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 11b43be..4342445 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -27,7 +27,6 @@