Fix style guide link in CONTRIBUTING.md

This commit is contained in:
Donne Martin 2016-05-19 05:10:14 -04:00
parent a18e0532b0
commit ac339645e9

View File

@ -81,7 +81,7 @@ When contributing to a notebook, update the notebook author(s):
Please refer to the style of existing notebooks to help maintain consistency. A consistently themed collection of notebooks will help users more seamlessly transition from challenge to challenge. Please refer to the style of existing notebooks to help maintain consistency. A consistently themed collection of notebooks will help users more seamlessly transition from challenge to challenge.
Review the following [style guide](https://google-styleguide.googlecode.com/svn/trunk/pyguide.html). Review the following [style guide](https://google.github.io/styleguide/pyguide.html).
Review [PEP8](https://www.python.org/dev/peps/pep-0008/) and use a [validator](http://pep8online.com/). Review [PEP8](https://www.python.org/dev/peps/pep-0008/) and use a [validator](http://pep8online.com/).