]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc/go1.21: fix link in debug/elf section
authorTobias Klauser <tklauser@distanz.ch>
Mon, 5 Jun 2023 08:33:50 +0000 (10:33 +0200)
committerGopher Robot <gobot@golang.org>
Mon, 5 Jun 2023 16:41:14 +0000 (16:41 +0000)
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>

doc/go1.21.html

index 39787e51f14fab4a9f27b7778f46de93968312cd..47edb6d4021050d6e7ff064595dde06af230d7ae 100644 (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>