diff options
author | Francisco Souza <franciscossouza@gmail.com> | 2012-03-22 18:25:40 +1100 |
---|---|---|
committer | Francisco Souza <franciscossouza@gmail.com> | 2012-03-22 18:25:40 +1100 |
commit | 29352eeac24a3f4d71e9227ce41c23523ac5a7cf (patch) | |
tree | bbbc46f7195809fd0cfbc7a7a00bb131e53012ac /doc/docs.html | |
parent | eb0d367f0f06c27b229312c8adbad5815b6b644f (diff) | |
download | go-29352eeac24a3f4d71e9227ce41c23523ac5a7cf.tar.gz |
doc: add JSON and Go article
Originally published on The Go Programming Language Blog, January 25, 2011.
http://blog.golang.org/2011/01/json-and-go.html
R=adg
CC=golang-dev
http://codereview.appspot.com/5846044
Committer: Andrew Gerrand <adg@golang.org>
Diffstat (limited to 'doc/docs.html')
-rw-r--r-- | doc/docs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docs.html b/doc/docs.html index 12afb7f65..a75ae56cf 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -113,7 +113,7 @@ Guided tours of Go programs. <h4>Packages</h4> <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="/doc/articles/json_and_go.html">JSON and Go</a> - using the <a href="/pkg/encoding/json/">json</a> package.</li> <li><a href="/doc/articles/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="/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> |