Fix the link to C++ build use cases in the C++ tutorial

RELNOTES: None.
PiperOrigin-RevId: 178622747
diff --git a/site/docs/tutorial/cpp.md b/site/docs/tutorial/cpp.md
index f757bfd..1951d9d 100644
--- a/site/docs/tutorial/cpp.md
+++ b/site/docs/tutorial/cpp.md
@@ -382,8 +382,8 @@
 ## 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.