diff --git a/clang/docs/analyzer/checkers.rst b/clang/docs/analyzer/checkers.rst index a0c207b97467..267ff4437a64 100644 --- a/clang/docs/analyzer/checkers.rst +++ b/clang/docs/analyzer/checkers.rst @@ -2059,7 +2059,7 @@ SEI CERT checkers which tries to find errors based on their `C coding rules `_. +SEI CERT checkers of `POSIX C coding rules `__. .. _alpha-security-cert-pos-34c: @@ -2082,12 +2082,12 @@ Finds calls to the ``putenv`` function which pass a pointer to an automatic vari alpha.security.cert.env ^^^^^^^^^^^^^^^^^^^^^^^ -SEI CERT checkers of `POSIX C coding rules `_. +SEI CERT checkers of `POSIX C coding rules `__. .. _alpha-security-cert-env-InvalidPtr: alpha.security.cert.env.InvalidPtr -""""""""""""""""""""""""""" +"""""""""""""""""""""""""""""""""" Corresponds to SEI CERT Rules ENV31-C and ENV34-C.