From 65153be4a2e611776e5c99f3ce123c3f85c44b39 Mon Sep 17 00:00:00 2001 From: arza Date: Wed, 13 Mar 2019 16:25:48 +0200 Subject: [PATCH] Fix broken link in contributing.asciidoc --- doc/contributing.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.