aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-06-12 01:56:45 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-12 01:57:57 -0700
commit5d3579418e97a141cafa8c0bbc3dad5bb00251f0 (patch)
treec2b833f47d03a83bd9491cd31b7fe8382ffad250 /site/docs
parent231057b9cc83db9a1501ffaf3b874e446c2ee23b (diff)
docs: fix broken link on tutorial/java.html
Fixes https://github.com/bazelbuild/bazel/issues/5358 Change-Id: I0c9eca59349069a41e3613600df25ed2b678b34c Closes #5363. Change-Id: I0c9eca59349069a41e3613600df25ed2b678b34c PiperOrigin-RevId: 200182247
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/tutorial/java.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/docs/tutorial/java.md b/site/docs/tutorial/java.md
index 4fbaefdbe7..8352229a6b 100644
--- a/site/docs/tutorial/java.md
+++ b/site/docs/tutorial/java.md
@@ -412,7 +412,8 @@ dependencies.
* The [C++ build tutorial](../tutorial/cpp.md) to get started with building
C++ projects with Bazel.
-* The [mobile application tutorial](../tutorial/app.md) to get started with
+* The [Android application tutorial](../tutorial/android-app.md) and
+ [iOS application tutorial](../tutorial/ios-app.md) to get started with
building mobile applications for Android and iOS with Bazel.
Happy building!