From 73a29bad0bd24cdd70bbf468fa12fbe7760ef47d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 1 Jun 2023 09:03:50 -0700 Subject: [PATCH] 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 --- doc/go1.21.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.

-- 2.44.0