From c6891262a7043d11071257d57150a133a7b99e31 Mon Sep 17 00:00:00 2001 From: hsutter Date: Mon, 28 Dec 2015 10:20:58 -0800 Subject: [PATCH] Tweaked PR #481. --- CppCoreGuidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 066a462..c942af0 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -27,7 +27,7 @@ Problems: You can [read an explanation of the scope and structure of this Guide](#S-abstract) or just jump straight in: -* [I: Introduction](#S-introduction) +* [In: Introduction](#S-introduction) * [P: Philosophy](#S-philosophy) * [I: Interfaces](#S-interfaces) * [F: Functions](#S-functions) @@ -291,7 +291,7 @@ Recommended information sources can be found in [the references](#S-references). ## In.sec: Major sections -* [I: Introduction](#S-introduction) +* [In: Introduction](#S-introduction) * [P: Philosophy](#S-philosophy) * [I: Interfaces](#S-interfaces) * [F: Functions](#S-functions)