From: Ian Lance Taylor Date: Thu, 1 Jun 2023 16:03:50 +0000 (-0700) Subject: doc/go1.21: correct links in go/build note X-Git-Tag: go1.21rc1~133 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=73a29bad0bd24cdd70bbf468fa12fbe7760ef47d;p=gostls13.git doc/go1.21: correct links in go/build note Change-Id: Ie84cad994c1ffb2c91ce45b2dfb9257e6a7f309b Reviewed-on: https://go-review.googlesource.com/c/go/+/499957 Reviewed-by: Ian Lance Taylor Auto-Submit: Ian Lance Taylor TryBot-Bypass: Ian Lance Taylor Reviewed-by: Eli Bendersky --- diff --git a/doc/go1.21.html b/doc/go1.21.html index e1f10ef929..f6aa2a9d52 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -608,11 +608,11 @@ Do not send CLs removing the interior tags from such phrases. with //go:) in file headers (before the package declaration). These directives are available in the new - Package fields - Directives, - TestDirectives, + Package fields + Directives, + TestDirectives, and - XTestDirectives. + XTestDirectives.