_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>
diff --git a/_content/doc/code.html b/_content/doc/code.html
index 1de6ed7..35b7c19 100644
--- a/_content/doc/code.html
+++ b/_content/doc/code.html
@@ -50,7 +50,7 @@
 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>