aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/tutorial
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/docs/tutorial
parente9eb096e862743beb7abdb13951a0b23f6884258 (diff)
Rename bazel-user-manual.html into user-manual.html
PiperOrigin-RevId: 167477112
Diffstat (limited to 'site/docs/tutorial')
-rw-r--r--site/docs/tutorial/android-app.md2
1 files changed, 1 insertions, 1 deletions
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