summaryrefslogtreecommitdiff
path: root/doc/code.html
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-01-15 19:25:16 +1100
committerAndrew Gerrand <adg@golang.org>2013-01-15 19:25:16 +1100
commit6d75402392d9908e285ee84cbdb48e143643d9b9 (patch)
treedd3011c305f15c705ce9d96b98002b3f33cce269 /doc/code.html
parent1c108c22c064e89acd567a6e09207863676bd219 (diff)
downloadgo-6d75402392d9908e285ee84cbdb48e143643d9b9.tar.gz
doc: fix various fragment links
R=dsymonds CC=golang-dev https://codereview.appspot.com/7094058
Diffstat (limited to 'doc/code.html')
-rw-r--r--doc/code.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/code.html b/doc/code.html
index 096f5bfc9..3ebb0bc9f 100644
--- a/doc/code.html
+++ b/doc/code.html
@@ -406,7 +406,7 @@ ok example/newmath 0.165s
</pre>
<p>
-Run <code><a href="/cmd/go/#Test_packages">go help test</a></code> and see the
+Run <code><a href="/cmd/go/#hdr-Test_packages">go help test</a></code> and see the
<a href="/pkg/testing/">testing package documentation</a> for more detail.
</p>
@@ -486,7 +486,7 @@ is a list of external Go projects including programs and libraries.
<p>
For more information on using remote repositories with the <code>go</code> command, see
-<code><a href="/cmd/go/#Remote_import_path_syntax">go help remote</a></code>.
+<code><a href="/cmd/go/#hdr-Remote_import_path_syntax">go help remote</a></code>.
</p>