diff --git a/doc/go_faq.html b/doc/go_faq.html
index 443bfd6108..eff7534263 100644
--- a/doc/go_faq.html
+++ b/doc/go_faq.html
@@ -756,7 +756,7 @@ Similar situations to those described here can arise whenever interfaces are use
Just keep in mind that if any concrete value
has been stored in the interface, the interface will not be nil.
For more information, see
-this blog post.
+The Laws of Reflection.