aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/tutorial
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-12-11 08:40:40 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-11 08:42:42 -0800
commit44f3a3f228f7ff9cfa25c5b850dac051accd30e8 (patch)
treeaf655c8a36e799be98da72c0ee5f4df334c8fbb7 /site/docs/tutorial
parent6f5b1ed48c66c536d118d5259b5fb9b58ecd2bc9 (diff)
Fix the link to C++ build use cases in the C++ tutorial
RELNOTES: None. PiperOrigin-RevId: 178622747
Diffstat (limited to 'site/docs/tutorial')
-rw-r--r--site/docs/tutorial/cpp.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/tutorial/cpp.md b/site/docs/tutorial/cpp.md
index f757bfd49a..1951d9d21b 100644
--- a/site/docs/tutorial/cpp.md
+++ b/site/docs/tutorial/cpp.md
@@ -382,8 +382,8 @@ file, you can even skip the `//` workspace root identifier and just use
## Further reading
Congratulations! You now know the basics of building a C++ project with Bazel.
-Next, read up on the most common [C++ build use cases](cpp-use-cases.md). Then,
-check out the following:
+Next, read up on the most common [C++ build use cases](../cpp-use-cases.md).
+Then, check out the following:
* [External Dependencies](../external.html) to learn more about working with
local and remote repositories.