aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar dmarting <dmarting@google.com>2017-09-04 11:43:35 +0200
committerGravatar Yun Peng <pcloudy@google.com>2017-09-04 12:19:41 +0200
commitcdb8a63d3e01e396204c1a372cab49147886d100 (patch)
tree497f1c581d713fbccd56a36a6564c3f3f8ed81b5 /site
parente9eb096e862743beb7abdb13951a0b23f6884258 (diff)
Rename bazel-user-manual.html into user-manual.html
PiperOrigin-RevId: 167477112
Diffstat (limited to 'site')
-rw-r--r--site/BUILD2
-rw-r--r--site/_layouts/documentation.html2
-rw-r--r--site/docs/external.md2
-rw-r--r--site/docs/tutorial/android-app.md2
-rw-r--r--site/docs/user-manual.html (renamed from site/docs/bazel-user-manual.html)0
5 files changed, 4 insertions, 4 deletions
diff --git a/site/BUILD b/site/BUILD
index 613dcde2a6..fde005a84f 100644
--- a/site/BUILD
+++ b/site/BUILD
@@ -2,7 +2,7 @@ load("//tools/build_defs/pkg:pkg.bzl", "pkg_tar")
exports_files(
[
- "docs/bazel-user-manual.html",
+ "docs/user-manual.html",
"command-line-reference-prefix.html",
"command-line-reference-suffix.html",
],
diff --git a/site/_layouts/documentation.html b/site/_layouts/documentation.html
index 6e39c2b40c..527edaf8dc 100644
--- a/site/_layouts/documentation.html
+++ b/site/_layouts/documentation.html
@@ -62,7 +62,7 @@ nav: docs
<h3>Using Bazel</h3>
<ul class="sidebar-nav">
<li><a href="/versions/{{ site.version }}/build-ref.html">Concepts and Terminology</a></li>
- <li><a href="/versions/{{ site.version }}/bazel-user-manual.html">User Manual</a></li>
+ <li><a href="/versions/{{ site.version }}/user-manual.html">User Manual</a></li>
<li>
<a class="sidebar-nav-heading" data-toggle="collapse"
diff --git a/site/docs/external.md b/site/docs/external.md
index 50bd958dcb..aa3037f7b4 100644
--- a/site/docs/external.md
+++ b/site/docs/external.md
@@ -129,7 +129,7 @@ dependency.
By default, external dependencies are fetched as needed during `bazel build`. If
you would like to disable this behavior or prefetch dependencies, use
-[`bazel fetch`](http://docs.bazel.build/bazel-user-manual.html#fetch).
+[`bazel fetch`](http://docs.bazel.build/user-manual.html#fetch).
## Using Proxies
diff --git a/site/docs/tutorial/android-app.md b/site/docs/tutorial/android-app.md
index 9211e0e0b2..f42ce86fc5 100644
--- a/site/docs/tutorial/android-app.md
+++ b/site/docs/tutorial/android-app.md
@@ -297,7 +297,7 @@ in the `master` branch of the GitHub repo.
## Build the app
You use the
-[`bazel`](../bazel-user-manual.html) command-line tool to run builds, execute
+[`bazel`](../user-manual.html) command-line tool to run builds, execute
unit tests and perform other operations in Bazel. This tool is located in the
`output` subdirectory of the location where you installed Bazel. During
[installation](../install.md), you probably added this location to your
diff --git a/site/docs/bazel-user-manual.html b/site/docs/user-manual.html
index 2c797d88de..2c797d88de 100644
--- a/site/docs/bazel-user-manual.html
+++ b/site/docs/user-manual.html