From af3a556e0373830b13da6c9b1916a1b17e029298 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 16 Feb 2021 16:54:06 -0800 Subject: [PATCH] Fix link text I realize the link starts with be/ but from the user experience POV, that link doesn't refer into the build encyclopedia, at least not according to the TOC in the left-hand column. If you don't want to accept this change, perhaps the TOC should be changed to reflect the file structure of the site? Closes #13027. PiperOrigin-RevId: 357834652 --- site/docs/build-ref.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/docs/build-ref.html b/site/docs/build-ref.html index d318f74994f1cd..a992d038ea668b 100644 --- a/site/docs/build-ref.html +++ b/site/docs/build-ref.html @@ -148,8 +148,9 @@

Targets

are from the visibility attribute of rules or from the default_visibility attribute of the package function; they do not generate or consume files. For more information, refer - to the appropriate section of the Build Encyclopedia. + to the package_group + documentation.