diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-02-23 13:26:03 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-02-23 13:26:03 -0800 |
commit | ca324456f050f3fa7346ca6032ec5b855d7fef8d (patch) | |
tree | cacf29362764e6167be31cbaf14e424399d643db /docs | |
parent | 19b4c1a486ed6890dc87e32c94352b3cbfcd5352 (diff) | |
parent | c2fe5e2f11b82788d8e00b0e996f04e4ae5992e6 (diff) | |
download | cryptography-ca324456f050f3fa7346ca6032ec5b855d7fef8d.tar.gz cryptography-ca324456f050f3fa7346ca6032ec5b855d7fef8d.tar.bz2 cryptography-ca324456f050f3fa7346ca6032ec5b855d7fef8d.zip |
Merge pull request #1692 from reaperhulk/ibm-has-the-worst-webserver
remove IBM link and replace with smartbear PDF link
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/submitting-patches.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/submitting-patches.rst b/docs/development/submitting-patches.rst index 810b8748..66105843 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`: http://www.ibm.com/developerworks/rational/library/11-proven-practices-for-peer-review/ +.. _`Studies have shown`: https://smartbear.com/smartbear/media/pdfs/wp-cc-11-best-practices-of-peer-code-review.pdf .. _`our mailing list`: https://mail.python.org/mailman/listinfo/cryptography-dev .. _`doc8`: https://github.com/stackforge/doc8 |