aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'site/BUILD')
-rw-r--r--site/BUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/BUILD b/site/BUILD
index acada35d77..1672988fdb 100644
--- a/site/BUILD
+++ b/site/BUILD
@@ -2,15 +2,15 @@ load("@bazel_tools//tools/build_defs/pkg:pkg.bzl", "pkg_tar")
exports_files(
[
- "versions/master/docs/bazel-user-manual.html",
+ "docs/bazel-user-manual.html",
"command-line-reference-prefix.html",
"command-line-reference-suffix.html",
],
)
DOT_GRAPH_HTML_FILES = [
- "versions/master/docs/query.html",
- "versions/master/docs/build-ref.html",
+ "docs/query.html",
+ "docs/build-ref.html",
]
filegroup(