From bdc07cc4ef3dfce1b0ce3127f900c678f5a3c87c Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 5 Dec 2017 19:25:09 +0000 Subject: [PATCH] Fix link to Rt-concepts Fixes #1099 --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 29a61f2..9ddbdcd 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -82,7 +82,7 @@ You can sample rules for specific language features: * `concept`: [rules](#SS-concepts) -- [in generic programming](#Rt-raise) -- -[template arguments](#RT-concepts) -- +[template arguments](#Rt-concepts) -- [semantics](#Rt-low) * constructor: [invariant](#Rc-struct) --