summaryrefslogtreecommitdiff
path: root/doc/docs.html
diff options
context:
space:
mode:
authorJohan Euphrosine <proppy@google.com>2012-03-01 10:05:51 +1100
committerJohan Euphrosine <proppy@google.com>2012-03-01 10:05:51 +1100
commit6c02fe030139f3059012bdf9424fd0ae789bb9cc (patch)
treec4308d72adb8fa69022735141df6d860cd5fbb06 /doc/docs.html
parent6085c260b30a617e781f77163c5f8a4ad9505db0 (diff)
downloadgo-6c02fe030139f3059012bdf9424fd0ae789bb9cc.tar.gz
doc: add The Laws of Reflection article
Originally published on The Go Programming Language Blog, September 6, 2011. http://blog.golang.org/2011/09/laws-of-reflection.html Update issue 2547 R=golang-dev, r, adg CC=golang-dev http://codereview.appspot.com/5689054 Committer: Andrew Gerrand <adg@golang.org>
Diffstat (limited to 'doc/docs.html')
-rw-r--r--doc/docs.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/docs.html b/doc/docs.html
index ccffad8a1..449e233ad 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -91,7 +91,7 @@ Guided tours of Go programs.
<ul>
<li><a href="http://blog.golang.org/2011/01/json-and-go.html">JSON and Go</a> - using the <a href="/pkg/encoding/json/">json</a> package.</li>
<li><a href="http://blog.golang.org/2011/03/gobs-of-data.html">Gobs of data</a> - the design and use of the <a href="/pkg/encoding/gob/">gob</a> package.</li>
-<li><a href="http://blog.golang.org/2011/09/laws-of-reflection.html">The Laws of Reflection</a> - the fundamentals of the <a href="/pkg/reflect/">reflect</a> package.</li>
+<li><a href="/doc/articles/laws_of_reflection.html">The Laws of Reflection</a> - the fundamentals of the <a href="/pkg/reflect/">reflect</a> package.</li>
<li><a href="http://blog.golang.org/2011/09/go-image-package.html">The Go image package</a> - the fundamentals of the <a href="/pkg/image/">image</a> package.</li>
<li><a href="http://blog.golang.org/2011/09/go-imagedraw-package.html">The Go image/draw package</a> - the fundamentals of the <a href="/pkg/image/draw/">image/draw</a> package.</li>
</ul>
@@ -253,4 +253,3 @@ Go libraries.</p>
<li><a href="http://go-tour-kr.appspot.com">A Tour of Go</a></li>
<li><a href="http://code.google.com/p/golang-korea">golang-korea</a> - Go documentation and news.</li>
</ul>
-