diff --git a/cpplint/cpplint.py b/cpplint/cpplint.py index 4a82bde4f..704618f53 100755 --- a/cpplint/cpplint.py +++ b/cpplint/cpplint.py @@ -67,7 +67,7 @@ [file] ... The style guidelines this tries to follow are those in - https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml + https://google.github.io/styleguide/cppguide.html Every problem is given a confidence score from 1-5, with 5 meaning we are certain of the problem, and 1 meaning it could be a legitimate construct.