diff options
Diffstat (limited to 'clang-tools-extra/docs/clang-tidy/checks/google-readability-namespace-comments.rst')
-rw-r--r-- | clang-tools-extra/docs/clang-tidy/checks/google-readability-namespace-comments.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/checks/google-readability-namespace-comments.rst b/clang-tools-extra/docs/clang-tidy/checks/google-readability-namespace-comments.rst index 0bb5b20cb24..1b84ca9ac14 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/google-readability-namespace-comments.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/google-readability-namespace-comments.rst @@ -8,4 +8,4 @@ Checks that long namespaces have a closing comment. http://llvm.org/docs/CodingStandards.html#namespace-indentation -http://google-styleguide.googlecode.com/svn/trunk/cppguide.html#Namespaces +https://google.github.io/styleguide/cppguide.html#Namespaces |