commit | 5d3579418e97a141cafa8c0bbc3dad5bb00251f0 | [log] [tgz] |
---|---|---|
author | Laszlo Csomor <laszlocsomor@google.com> | Tue Jun 12 01:56:45 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Jun 12 01:57:57 2018 -0700 |
tree | c2b833f47d03a83bd9491cd31b7fe8382ffad250 | |
parent | 231057b9cc83db9a1501ffaf3b874e446c2ee23b [diff] [blame] |
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
diff --git a/site/docs/tutorial/java.md b/site/docs/tutorial/java.md index 4fbaefd..8352229 100644 --- a/site/docs/tutorial/java.md +++ b/site/docs/tutorial/java.md
@@ -412,7 +412,8 @@ * 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!