Update CROSSTOOL tutorial
We're moving away from using CROSSTOOL files (Issue #5380, #7320).
RELNOTES: None.
PiperOrigin-RevId: 234609662
diff --git a/site/docs/bazel-and-cpp.md b/site/docs/bazel-and-cpp.md
index e2c0ff7..8f43648 100644
--- a/site/docs/bazel-and-cpp.md
+++ b/site/docs/bazel-and-cpp.md
@@ -24,7 +24,7 @@
* [C++ common use cases](cpp-use-cases.html)
* [C/C++ rules](be/c-cpp.html)
* [C++ toolchain configuration](cc-toolchain-config-reference.html)
-* [Configuring CROSSTOOL](tutorial/crosstool.html)
+* [Tutorial: Configuring C++ toolchains](tutorial/cc-toolchain-config.html)
## Best practices