Clarify what "qualified" means
Closes #13385.
PiperOrigin-RevId: 369871116
diff --git a/site/docs/build-ref.html b/site/docs/build-ref.html
index 9e3c7e4..e418a0a 100644
--- a/site/docs/build-ref.html
+++ b/site/docs/build-ref.html
@@ -182,7 +182,9 @@
The second part of the label is the un-qualified package name
<code>my/app/main</code>, the path to the package
- relative to the repository root. When the label refers to the same
+ relative to the repository root. Together, the repository name and the
+ un-qualfied package name form the fully-qualified package name
+ <code>@myrepo//my/app/main</code>. When the label refers to the same
package it is used in, the package name (and optionally, the colon)
may be omitted. So, inside <code>@myrepo//my/app/main</code>,
this label may be written either of the following ways: