diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc index aa982a2b4..c0aeea17d 100644 --- a/doc/contributing.asciidoc +++ b/doc/contributing.asciidoc @@ -608,7 +608,7 @@ Style conventions ----------------- qutebrowser's coding conventions are based on -http://legacy.python.org/dev/peps/pep-0008/[PEP8] and the https://google-styleguide.googlecode.com/svn/trunk/pyguide.html[Google Python style guidelines] with some additions: +http://legacy.python.org/dev/peps/pep-0008/[PEP8] and the https://google.github.io/styleguide/pyguide.html[Google Python style guidelines] with some additions: * The _Raise:_ section is not added to the docstring. * Methods overriding Qt methods (obviously!) don't follow the naming schemes.