aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Kelsey Z <key@kelseyz.org>2018-05-31 08:13:28 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-31 08:14:36 -0700
commitdd457b63060b63dfe3322ec52160a05c690cd2d5 (patch)
tree93c268025b298f6ae850eafa101f08966b0aed7e /site
parent05fef1828ccd06d982909a58c3651d31bbfe9b60 (diff)
docs(tutorial/cpp): fix link to other tutorials
iOS and android now have separated tutorials, fix a dead-link in the documentation Closes #5298. PiperOrigin-RevId: 198723211
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!