diff options
author | Andrew Gerrand <adg@golang.org> | 2013-01-15 19:25:16 +1100 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2013-01-15 19:25:16 +1100 |
commit | 399a36a634d58f14f1945b83a84b884c9dfb72da (patch) | |
tree | 9abc6a214e8a71535c01cd7ea80c6f3a12095938 /doc/code.html | |
parent | 6d725e97e3729baca0c9797a71a424f6ca313416 (diff) | |
download | go-git-399a36a634d58f14f1945b83a84b884c9dfb72da.tar.gz |
doc: fix various fragment links
R=dsymonds
CC=golang-dev
https://golang.org/cl/7094058
Diffstat (limited to 'doc/code.html')
-rw-r--r-- | doc/code.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/code.html b/doc/code.html index 096f5bfc9e..3ebb0bc9f9 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> |