summaryrefslogtreecommitdiff
path: root/doc/docs.html
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-02-21 13:59:51 +1100
committerAndrew Gerrand <adg@golang.org>2012-02-21 13:59:51 +1100
commitc6ef8a6a9fbe193863bace7d1df198385a9586b9 (patch)
tree5cfbe68f9e662f410b2446fe611eee508f05da97 /doc/docs.html
parent2f2f21a43b9e8b19daa0b3d0a5e190e3ef2fc2ac (diff)
downloadgo-c6ef8a6a9fbe193863bace7d1df198385a9586b9.tar.gz
doc: link to self-hosted articles from docs.html
R=golang-dev, r CC=golang-dev http://codereview.appspot.com/5685061
Diffstat (limited to 'doc/docs.html')
-rw-r--r--doc/docs.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/docs.html b/doc/docs.html
index 907cdbd8b..dbe74ad50 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -87,11 +87,11 @@ Guided tours of Go programs.
<ul>
<li><a href="http://blog.golang.org/2010/04/json-rpc-tale-of-interfaces.html">JSON-RPC: a tale of interfaces</a></li>
<li><a href="http://blog.golang.org/2010/07/gos-declaration-syntax.html">Go's Declaration Syntax</a></li>
-<li><a href="http://blog.golang.org/2010/08/defer-panic-and-recover.html">Defer, Panic, and Recover</a></li>
+<li><a href="/doc/articles/defer_panic_recover.html">Defer, Panic, and Recover</a></li>
<li><a href="http://blog.golang.org/2010/09/go-concurrency-patterns-timing-out-and.html">Go Concurrency Patterns: Timing out, moving on</a></li>
-<li><a href="http://blog.golang.org/2011/01/go-slices-usage-and-internals.html">Go Slices: usage and internals</a></li>
+<li><a href="/doc/articles/slices_usage_and_internals.html">Go Slices: usage and internals</a></li>
<li><a href="http://blog.golang.org/2011/05/gif-decoder-exercise-in-go-interfaces.html">A GIF decoder: an exercise in Go interfaces</a></li>
-<li><a href="http://blog.golang.org/2011/07/error-handling-and-go.html">Error Handling and Go</a></li>
+<li><a href="/doc/articles/error_handling.html">Error Handling and Go</a></li>
</ul>
<h3>Packages</h3>