Commit cb6c09a7 authored by Shenghou Ma's avatar Shenghou Ma

doc: update link to self-hosted "The Laws of Reflection" article

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5717046
parent 289a1638
......@@ -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 <code>nil</code>.
For more information, see
<a href="http://blog.golang.org/2011/09/laws-of-reflection.html">this blog post</a>.
<a href="/doc/articles/laws_of_reflection.html">The Laws of Reflection</a>.
</p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment