From bf0d7e415fa04bfc8a0e5b62c6d3ab1cb9485b26 Mon Sep 17 00:00:00 2001 From: Jeroen Habraken Date: Wed, 31 Aug 2016 16:32:34 -0700 Subject: [PATCH] Fixes the NL.26 link. --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 3c166c7..bc413b5 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -17480,7 +17480,7 @@ Naming and layout rules: * [NL.20: Don't place two statements on the same line](#Rl-stmt) * [NL.21: Declare one name (only) per declaration](#Rl-dcl) * [NL.25: Don't use `void` as an argument type](#Rl-void) -* [NL.26: Use conventional `const` notation](Rl-const) +* [NL.26: Use conventional `const` notation](#Rl-const) Most of these rules are aesthetic and programmers hold strong opinions. IDEs also tend to have defaults and a range of alternatives.