Skip to content

Commit fecc7fe

Browse files
committed
:doc: fix
1 parent 5389087 commit fecc7fe

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

clang-tools-extra/docs/clang-tidy/checks/cert/dcl50-cpp.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ cert-dcl50-cpp
66
==============
77

88
The `cert-dcl50-cpp` check is an alias, please see
9-
`modernize-avoid-variadic-functions
10-
<../modernize/avoid-variadic-functions.html>`_
9+
:doc:`modernize-avoid-variadic-functions
10+
<../modernize/avoid-variadic-functions>`
1111
for more information.
1212

1313
This check corresponds to the CERT C++ Coding Standard rule

clang-tools-extra/docs/clang-tidy/checks/cert/dcl58-cpp.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ cert-dcl58-cpp
44
==============
55

66
The `cert-dcl58-cpp` is an aliaes, please see
7-
`bugprone-std-namespace-modification
8-
<../bugprone/std-namespace-modification.html>`_
7+
:doc:`bugprone-std-namespace-modification
8+
<../bugprone/std-namespace-modification>`
99
for more information.
1010

1111
This check corresponds to the CERT C++ Coding Standard rule

clang-tools-extra/docs/clang-tidy/checks/cert/env33-c.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cert-env33-c
44
============
55

66
The `cert-env33-c` check is an alias, please see
7-
`bugprone-command-processor <../bugprone/command-processor.html>`_
7+
:doc:`bugprone-command-processor <../bugprone/command-processor>`
88
for more information.
99

1010
This check corresponds to the CERT C Coding Standard rule

clang-tools-extra/docs/clang-tidy/checks/cert/err34-c.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ cert-err34-c
66
============
77

88
The cert-err34-c check is an alias, please see
9-
`bugprone-unchecked-string-to-number-conversion
10-
<../bugprone/unchecked-string-to-number-conversion.html>`_
9+
:doc:`bugprone-unchecked-string-to-number-conversion
10+
<../bugprone/unchecked-string-to-number-conversion>`
1111
for more information.

clang-tools-extra/docs/clang-tidy/checks/cert/err52-cpp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cert-err52-cpp
44
==============
55

66
The `cert-err52-cpp` check is an alias, please see
7-
`modernize-avoid-setjmp-longjmp <../modernize/avoid-setjmp-longjmp.html>`_
7+
:doc:`modernize-avoid-setjmp-longjmp <../modernize/avoid-setjmp-longjmp>`
88
for more information.
99

1010
This check corresponds to the CERT C++ Coding Standard rule

clang-tools-extra/docs/clang-tidy/checks/cert/err58-cpp.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ cert-err58-cpp
66
==============
77

88
The `cert-err58-cpp` check is an alias, please see
9-
`bugprone-throwing-static-initialization
10-
<../bugprone/throwing-static-initialization.html>`_
9+
:doc:`bugprone-throwing-static-initialization
10+
<../bugprone/throwing-static-initialization>`
1111
for more information.
1212

1313
This check corresponds to the CERT C++ Coding Standard rule

clang-tools-extra/docs/clang-tidy/checks/cert/err60-cpp.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ cert-err60-cpp
66
==============
77

88
The `cert-err60-cpp` check is an alias, please see
9-
`bugprone-exception-copy-constructor-throws
10-
<../bugprone/exception-copy-constructor-throws.html>`_
9+
:doc:`bugprone-exception-copy-constructor-throws
10+
<../bugprone/exception-copy-constructor-throws>`
1111
for more information.
1212

1313
This check corresponds to the CERT C++ Coding Standard rule

clang-tools-extra/docs/clang-tidy/checks/cert/flp30-c.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cert-flp30-c
44
============
55

66
The `cert-flp30-c` check is an alias, please see
7-
`bugprone-float-loop-counter <../bugprone/float-loop-counter.html>`_
7+
:doc:`bugprone-float-loop-counter <../bugprone/float-loop-counter>`
88
for more information
99

1010
This check corresponds to the CERT C Coding Standard rule

clang-tools-extra/docs/clang-tidy/checks/cert/mem57-cpp.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ cert-mem57-cpp
44
==============
55

66
The `cert-mem57-cpp` is an aliaes, please see
7-
`bugprone-default-operator-new-on-overaligned-type
8-
<../bugprone/default-operator-new-on-overaligned-type.html>`_
7+
:doc:`bugprone-default-operator-new-on-overaligned-type
8+
<../bugprone/default-operator-new-on-overaligned-type>`
99
for more information.
1010

1111
This check corresponds to the CERT C++ Coding Standard rule

clang-tools-extra/docs/clang-tidy/checks/cert/msc51-cpp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ for more information.
1212

1313
This check corresponds to the CERT C++ Coding Standard rule
1414
`MSC51-CPP. Ensure your random number generator is properly seeded
15-
<https://wiki.sei.cmu.edu/confluence/display/cplusplus/MSC51-CPP.+Ensure+your+random+number+generator+is+properly+seeded>`_.
15+
<https://wiki.sei.cmu.edu/confluence/display/cplusplus/MSC51-CPP.+Ensure+your+random+number+generator+is+properly+seeded>`_.

0 commit comments

Comments
 (0)