aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/code.html
diff options
context:
space:
mode:
authorJorge Troncoso <jatron@google.com>2022-01-04 23:12:27 -0800
committerDmitri Shuralyov <dmitshur@google.com>2022-01-06 17:36:12 +0000
commitb5115077be4a6997a307c1e69ace80df80cd716e (patch)
tree1acf163d7c9145f2da6a01bae0c963a98dd8e7c9 /_content/doc/code.html
parent58a5fe9a90ad72665d16c5570585a0c8c8503e9c (diff)
downloadgo-x-website-b5115077be4a6997a307c1e69ace80df80cd716e.tar.xz
_content/doc: fix a link in code.html
Change the anchor to point to the "Remote import paths" section. Previously the anchor pointed to the "Relative import paths" section, even though the paragraph was about "Remote import paths." Change-Id: I376d5f99149041edcc4d6370522bdfbfe80eceb4 Reviewed-on: https://go-review.googlesource.com/c/website/+/375554 Run-TryBot: Jean de Klerk <deklerk@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Jamal Carvalho <jamalcarvalho@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Trust: Dmitri Shuralyov <dmitshur@google.com>
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>