summaryrefslogtreecommitdiff
path: root/doc/docs.html
diff options
context:
space:
mode:
authorFrancisco Souza <franciscossouza@gmail.com>2012-03-28 14:20:51 +1100
committerNigel Tao <nigeltao@golang.org>2012-03-28 14:20:51 +1100
commit18f1a71dc282689f29eeb51e248e6f79a970965b (patch)
treedc0adea18602cd88f5015284f7cc44c52f9d85e4 /doc/docs.html
parent81dbec12c8ee01848c0f3edb93149ab56adefc79 (diff)
downloadgo-git-18f1a71dc282689f29eeb51e248e6f79a970965b.tar.gz
doc: added The Go image package article
Orignally published on The Go Programming Language, September 21, 2011. http://blog.golang.org/2011/09/go-image-package.html Update #2547 R=adg, nigeltao CC=golang-dev https://golang.org/cl/5933049
Diffstat (limited to 'doc/docs.html')
-rw-r--r--doc/docs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docs.html b/doc/docs.html
index 577166e15c..f88e930fba 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -116,7 +116,7 @@ Guided tours of Go programs.
<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>
+<li><a href="/doc/articles/image_package.html">The Go image package</a> - the fundamentals of the <a href="/pkg/image/">image</a> package.</li>
<li><a href="/doc/articles/image_draw.html">The Go image/draw package</a> - the fundamentals of the <a href="/pkg/image/draw/">image/draw</a> package.</li>
</ul>