diff options
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> |