Move blaze-query-v2.html to query.html

PiperOrigin-RevId: 167012083
diff --git a/site/docs/build-ref.html b/site/docs/build-ref.html
index c53f459..23e22b3 100644
--- a/site/docs/build-ref.html
+++ b/site/docs/build-ref.html
@@ -270,7 +270,8 @@
   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 @@
 <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>