diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-01-01 11:43:34 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-01-01 11:43:34 -0500 |
commit | 7105e7f0132618798d5decac1b778ddb5f560a39 (patch) | |
tree | f1aac1ce7bc0b7e97266e97b3ee0df8243bf35b1 /docs/development/submitting-patches.rst | |
parent | 4741a3c2604497fabccb7af166937bb868d74ba3 (diff) | |
parent | 277b701377dfca49628c44b79e75e3c7bc818641 (diff) | |
download | cryptography-7105e7f0132618798d5decac1b778ddb5f560a39.tar.gz cryptography-7105e7f0132618798d5decac1b778ddb5f560a39.tar.bz2 cryptography-7105e7f0132618798d5decac1b778ddb5f560a39.zip |
Merge pull request #2621 from reaperhulk/update-links
update some links with the redirects shown in the linkchecker
Diffstat (limited to 'docs/development/submitting-patches.rst')
-rw-r--r-- | docs/development/submitting-patches.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development/submitting-patches.rst b/docs/development/submitting-patches.rst index 66105843..563bc81f 100644 --- a/docs/development/submitting-patches.rst +++ b/docs/development/submitting-patches.rst @@ -151,6 +151,6 @@ So, specifically: .. _`Write comments as complete sentences.`: http://nedbatchelder.com/blog/201401/comments_should_be_sentences.html .. _`syntax`: http://sphinx-doc.org/domains.html#info-field-lists -.. _`Studies have shown`: https://smartbear.com/smartbear/media/pdfs/wp-cc-11-best-practices-of-peer-code-review.pdf +.. _`Studies have shown`: https://smartbear.com/SmartBear/media/pdfs/11_Best_Practices_for_Peer_Code_Review.pdf .. _`our mailing list`: https://mail.python.org/mailman/listinfo/cryptography-dev -.. _`doc8`: https://github.com/stackforge/doc8 +.. _`doc8`: https://github.com/openstack/doc8 |