From 1aff941ad090c7d7673b6f36bb5a2cc95cbdbad9 Mon Sep 17 00:00:00 2001 From: John Reed Date: Fri, 13 May 2016 18:37:43 -0500 Subject: [PATCH] Updating broken link to Google Python Style guide Old link: https://google-styleguide.googlecode.com/svn/trunk/pyguide.html New link: https://google.github.io/styleguide/pyguide.html --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 49e9e146d..2ac38225c 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -297,7 +297,7 @@ Please: 4. Remember to use ``pylint``. .. _Google Python Style Guide: - https://google-styleguide.googlecode.com/svn/trunk/pyguide.html + https://google.github.io/styleguide/pyguide.html .. _Sphinx-style: http://sphinx-doc.org/ .. _PEP 8 - Style Guide for Python Code: https://www.python.org/dev/peps/pep-0008