aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/docs/tutorial/cpp.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/site/docs/tutorial/cpp.md b/site/docs/tutorial/cpp.md
index af8f17a82e..7a23456319 100644
--- a/site/docs/tutorial/cpp.md
+++ b/site/docs/tutorial/cpp.md
@@ -408,7 +408,10 @@ Then, check out the following:
* The [Java build tutorial](java.md) to get started with
building Java applications with Bazel.
-* The [mobile application tutorial](app.md) to get started with
- building mobile applications for Android and iOS with Bazel.
+* The [Android application tutorial](android-app.md) to get started with
+ building mobile applications for Android with Bazel.
+
+* The [iOS application tutorial](ios-app.md) to get started with
+ building mobile applications for iOS with Bazel.
Happy building!