doc/go1.21: fix link in debug/elf section

Change-Id: Ief3e263e6c11069abbbf4dd8ce10c317e3a1cab2
Reviewed-on: https://go-review.googlesource.com/c/go/+/500815
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
This commit is contained in:
Tobias Klauser 2023-06-05 10:33:50 +02:00 committed by Gopher Robot
parent 6dd3bfbed6
commit 587c1c191a
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ Do not send CLs removing the interior tags from such phrases.
<dd>
<p><!-- https://go.dev/issue/56892, CL 452617 -->
The new
<a href="https:/pkg/debug/elf/#File.DynValue"><code>File.DynValue</code></a>
<a href="/pkg/debug/elf/#File.DynValue"><code>File.DynValue</code></a>
method may be used to retrieve the numeric values listed with a
given dynamic tag.
</p>