summaryrefslogtreecommitdiff
path: root/doc/docs.html
diff options
context:
space:
mode:
authorScott Lawrence <bytbox@gmail.com>2012-01-17 10:29:08 -0800
committerRob Pike <r@golang.org>2012-01-17 10:29:08 -0800
commitddef49dfce26e13e7df6e28669bc43eb82510933 (patch)
treeb6e1e50a3198254c0e644c4c34d0a0d8899d6fcb /doc/docs.html
parent343098edaaea0bcf6ca2422a20aa8b488e4e801c (diff)
downloadgo-git-ddef49dfce26e13e7df6e28669bc43eb82510933.tar.gz
doc/docs: fix broken links
R=golang-dev CC=golang-dev https://golang.org/cl/5539076
Diffstat (limited to 'doc/docs.html')
-rw-r--r--doc/docs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/docs.html b/doc/docs.html
index 4a1cf049b1..5a5c8ee131 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -93,8 +93,8 @@ Notable articles from the <a href="http://blog.golang.org/">Go Blog</a>.
<h3>Packages</h3>
<ul>
-<li><a href="http://blog.golang.org/2011/01/json-and-go.html">JSON and Go</a> - using the <a href="/pkg/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/gob/">gob</a> package.</li>
+<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="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>