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)