diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md
index 3b89296..a3cb75f 100644
--- a/CppCoreGuidelines.md
+++ b/CppCoreGuidelines.md
@@ -18971,7 +18971,7 @@ Write your own "advanced TMP support" only if you really have to.
## Other template rules
-### T.140: If an operation can be reused, give it a name](#Rt-name
+### T.140: If an operation can be reused, give it a name
See [F.10](#Rf-name)