diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-03 07:43:32 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-03 07:43:32 -0800 |
commit | c0ad928241063478534ded0f9a1b45ee64769f90 (patch) | |
tree | 2d361b483bca7ddcabebf81d610d430afc7968b5 /docs | |
parent | 24cb0e34d187cd4cc11e36f938fc2dbbd8719899 (diff) | |
parent | efdd8ac883b6220f36051303441f9b9f2ba14acc (diff) | |
download | cryptography-c0ad928241063478534ded0f9a1b45ee64769f90.tar.gz cryptography-c0ad928241063478534ded0f9a1b45ee64769f90.tar.bz2 cryptography-c0ad928241063478534ded0f9a1b45ee64769f90.zip |
Merge pull request #551 from public/pep8-link
Use python.org instead of peps.io
Diffstat (limited to 'docs')
-rw-r--r-- | docs/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 184ba214..1595cd43 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -287,7 +287,7 @@ The HTML documentation index can now be found at .. _`GitHub`: https://github.com/pyca/cryptography .. _`our mailing list`: https://mail.python.org/mailman/listinfo/cryptography-dev -.. _`PEP 8`: http://www.peps.io/8/ +.. _`PEP 8`: http://www.python.org/dev/peps/pep-0008/ .. _`syntax`: http://sphinx-doc.org/domains.html#info-field-lists .. _`pytest`: https://pypi.python.org/pypi/pytest .. _`tox`: https://pypi.python.org/pypi/tox |