From dd457b63060b63dfe3322ec52160a05c690cd2d5 Mon Sep 17 00:00:00 2001 From: Kelsey Z Date: Thu, 31 May 2018 08:13:28 -0700 Subject: 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 --- site/docs/tutorial/cpp.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'site') 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! -- cgit v1.2.3