Skip to content

Commit eb711d8

Browse files
carlosgalvezpCarlos Gálvez
andauthored
[clang-tidy][doc] Fix incorrect link syntax in cppcoreguidelines-pro-… (#170088)
…bounds-avoid-unchecked-container-access Missing a trailing underscore to render it as a link. Co-authored-by: Carlos Gálvez <[email protected]>
1 parent 147c466 commit eb711d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/pro-bounds-avoid-unchecked-container-access.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ STL containers for which ``operator[]`` is well-defined for all inputs are
2929
excluded from this check (e.g.: ``std::map::operator[]``).
3030

3131
This check enforces part of the `SL.con.3
32-
<https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#slcon3-avoid-bounds-errors>`
32+
<https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#slcon3-avoid-bounds-errors>`_
3333
guideline and is part of the `Bounds Safety (Bounds 4)
34-
<https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#pro-bounds-arrayindex>`
34+
<https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#pro-bounds-arrayindex>`_
3535
profile from the C++ Core Guidelines.
3636

3737
Options

0 commit comments

Comments
 (0)