aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/build-ref.html
diff options
context:
space:
mode:
authorGravatar dmarting <dmarting@google.com>2017-08-30 19:23:32 +0200
committerGravatar Vladimir Moskva <vladmos@google.com>2017-08-31 13:43:55 +0200
commitdffa6365b5cfa3991f52b6a72eaff7e5ab922888 (patch)
treec0bc5a695e3d8c6d7ee3e8c58d46b97e0ea6ab56 /site/docs/build-ref.html
parent2b983bdf508e010a3d4ee9dbaf446b7666749799 (diff)
Move blaze-query-v2.html to query.html
PiperOrigin-RevId: 167012083
Diffstat (limited to 'site/docs/build-ref.html')
-rw-r--r--site/docs/build-ref.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/site/docs/build-ref.html b/site/docs/build-ref.html
index c53f4590c1..23e22b3d14 100644
--- a/site/docs/build-ref.html
+++ b/site/docs/build-ref.html
@@ -270,7 +270,8 @@ testdata/input.txt
helps to avoid inadvertent quoting problems, and makes it easier to
construct tools and scripts that manipulate labels, such as the
- <a href="query.html">Bazel Query Language</a>.
+ <a href='query.html'>Bazel Query Language</a>.
+
All of the following are forbidden in labels: any sort of white
space, braces, brackets, or parentheses; wildcards such
as <code>*</code>; shell metacharacters such
@@ -404,10 +405,7 @@ testdata/input.txt
<p>
This directed acyclic graph over targets is called the
"target graph" or "build dependency graph", and is the domain over
- which the
-
- <a href="query.html">Bazel Query tool</a></li>
- operates.
+ which the <a href='query.html'>Bazel Query tool</a> operates.
</p>