aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/code.html
diff options
context:
space:
mode:
Diffstat (limited to '_content/doc/code.html')
-rw-r--r--_content/doc/code.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/code.html b/_content/doc/code.html
index 1de6ed7e..35b7c194 100644
--- a/_content/doc/code.html
+++ b/_content/doc/code.html
@@ -50,7 +50,7 @@ Each module's path not only serves as an import path prefix for its packages,
but also indicates where the <code>go</code> command should look to download it.
For example, in order to download the module <code>golang.org/x/tools</code>,
the <code>go</code> command would consult the repository indicated by
-<code>https://golang.org/x/tools</code> (described more <a href="/cmd/go/#hdr-Relative_import_paths">here</a>).
+<code>https://golang.org/x/tools</code> (described more <a href="/cmd/go/#hdr-Remote_import_paths">here</a>).
</p>
<p>