mirror of https://github.com/golang/go.git
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:
parent
6dd3bfbed6
commit
587c1c191a
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue