aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/tutorial
diff options
context:
space:
mode:
authorGravatar Yves Junqueira <yves.junqueira@gmail.com>2018-01-03 05:22:53 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-01-03 05:25:01 -0800
commit83d0d90b20f6ff1a09c9361c991301b14f4585ee (patch)
treecf246aeb7d6a8289dde0f5a61d000a9f828c16eb /site/docs/tutorial
parent6ad05df111478e412ea760b60039224d0497228b (diff)
Fix link to cpp-use-cases.md
Closes #4352. PiperOrigin-RevId: 180659440
Diffstat (limited to 'site/docs/tutorial')
-rw-r--r--site/docs/tutorial/cpp.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/tutorial/cpp.md b/site/docs/tutorial/cpp.md
index 1951d9d21b..4e7c49e2e5 100644
--- a/site/docs/tutorial/cpp.md
+++ b/site/docs/tutorial/cpp.md
@@ -10,7 +10,7 @@ In this tutorial, you'll learn the basics of building C++ applications with
Bazel. You will set up your workspace and build a simple C++ project that
illustrates key Bazel concepts, such as targets and `BUILD` files. After
completing this tutorial, take a look at
-[Common C++ Build Use Cases](cpp-use-cases.md) for information on more advanced
+[Common C++ Build Use Cases](../cpp-use-cases.md) for information on more advanced
concepts such as writing and running C++ tests.
Estimated completion time: 30 minutes.