Skip to content

Commit 20da0a7

Browse files
bliznyukartemjwakely
authored andcommitted
Fix GSL-Chapter link
There is a mismatch between the sidebar link to the GSL-chapter: `#s-gsl` and the target on the page: `#S-gsl` Following #2306 the target should be changed. This then also affects the corresponding link in the list at the top of the page for consistency.
1 parent cb798c4 commit 20da0a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CppCoreGuidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Supporting sections:
5050
* [NR: Non-Rules and myths](#s-not)
5151
* [RF: References](#s-references)
5252
* [Pro: Profiles](#s-profile)
53-
* [GSL: Guidelines support library](#gsl-guidelines-support-library)
53+
* [GSL: Guidelines support library](#s-gsl)
5454
* [NL: Naming and layout suggestions](#s-naming)
5555
* [FAQ: Answers to frequently asked questions](#s-faq)
5656
* [Appendix A: Libraries](#s-libraries)
@@ -21249,7 +21249,7 @@ Once completely enforced through a combination of style rules, static analysis,
2124921249
* avoids undefined behavior by enforcing a key C++ language rule
2125021250

2125121251

21252-
# <a name="S-gsl"></a>GSL: Guidelines support library
21252+
# <a name="s-gsl"></a>GSL: Guidelines support library
2125321253

2125421254
The GSL is a small library of facilities designed to support this set of guidelines.
2125521255
Without these facilities, the guidelines would have to be far more restrictive on language details.

0 commit comments

Comments
 (0)