Fix URL in rule_based_toolchain README
Copybara Import from https://github.com/bazelbuild/rules_cc/pull/422
BEGIN_PUBLIC
Fix URL in rule_based_toolchain README (#422)
Closes #422
END_PUBLIC
COPYBARA_INTEGRATE_REVIEW=https://github.com/bazelbuild/rules_cc/pull/422 from hazelnusse:rule_based_toolchain_README_typo 6ff602bb6cc25834bde206de5bc7b00dfa68cebf
PiperOrigin-RevId: 772825143
Change-Id: Ia0c0f2c7f1de2913a3233ddfbfefeea77efd1fce
diff --git a/examples/rule_based_toolchain/README.md b/examples/rule_based_toolchain/README.md
index 245f56a..9d03fff 100644
--- a/examples/rule_based_toolchain/README.md
+++ b/examples/rule_based_toolchain/README.md
@@ -3,7 +3,7 @@
serves as an integration test to ensure rule-based toolchains continue to work
as intended.
-The complete toolchain configuration lives [here](https://github.com/bazelbuild/rules_cc/tree/main/examples/rule_based_toolchain/toolchain).
+The complete toolchain configuration lives [here](https://github.com/bazelbuild/rules_cc/tree/main/examples/rule_based_toolchain/toolchains).
# Trying the example
From this directory, you can run example tests that build using this toolchain