diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 1aa43a6909ba..279a17906ce6 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -363,8 +363,8 @@ supported. This should not affect LLVM produced by the C or C++
frontends.
The C backend does not correctly implement the llvm.stacksave or
-llvm.stackrestore
+href="LangRef.html#int_stacksave">llvm.stacksave or
+llvm.stackrestore
intrinsics. This means that some code compiled by it can run out of stack
space if they depend on these (e.g. C99 varargs).