]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc/go1.21: correct links in go/build note
authorIan Lance Taylor <iant@golang.org>
Thu, 1 Jun 2023 16:03:50 +0000 (09:03 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 1 Jun 2023 17:35:10 +0000 (17:35 +0000)
Change-Id: Ie84cad994c1ffb2c91ce45b2dfb9257e6a7f309b
Reviewed-on: https://go-review.googlesource.com/c/go/+/499957
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Bypass: Ian Lance Taylor <iant@google.com>
Reviewed-by: Eli Bendersky <eliben@google.com>
doc/go1.21.html

index e1f10ef92971d9acc64c617d78a0f090f2d8e5de..f6aa2a9d526500900ec6ce9e13b394fc09ebe3f2 100644 (file)
@@ -608,11 +608,11 @@ Do not send CLs removing the interior tags from such phrases.
       with <code>//go:</code>) in file headers (before
       the <code>package</code> declaration). These directives are
       available in the new
-      <a href="/pkg/go/build/Package"><code>Package</code></a> fields
-      <a href="/pkg/go/build/Package.Directives"><code>Directives</code></a>,
-      <a href="/pkg/go/build/Package.TestDirectives"><code>TestDirectives</code></a>,
+      <a href="/pkg/go/build#Package"><code>Package</code></a> fields
+      <a href="/pkg/go/build#Package.Directives"><code>Directives</code></a>,
+      <a href="/pkg/go/build#Package.TestDirectives"><code>TestDirectives</code></a>,
       and
-      <a href="/pkg/go/build/Package.XTestDirectives"><code>XTestDirectives</code></a>.
+      <a href="/pkg/go/build#Package.XTestDirectives"><code>XTestDirectives</code></a>.
     </p>
   </dd>
 </dl><!-- go/build -->