Skip to content

Commit 2d09ac4

Browse files
authored
[clang-tidy][NFC] Fix broken link in documentation of cert-env33-c (#90216)
It seems that the description of the SEI CERT rules was moved from `www.securecoding.cert.org` to `wiki.sei.cmu.edu` and the page IDs were not preserved during the transition. However, the old domain name redirects to the new one and permalinks derived from the name of the rule still work, so I kept using the old domain name to be consistent with other documentation files using it.
1 parent e74be35 commit 2d09ac4

File tree

1 file changed

+1
-1
lines changed
  • clang-tools-extra/docs/clang-tidy/checks/cert

1 file changed

+1
-1
lines changed

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
@@ -10,4 +10,4 @@ but does not actually attempt to execute a command.
1010

1111
This check corresponds to the CERT C Coding Standard rule
1212
`ENV33-C. Do not call system()
13-
<https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=2130132>`_.
13+
<https://www.securecoding.cert.org/confluence/display/c/ENV33-C.+Do+not+call+system()>`_.

0 commit comments

Comments
 (0)