diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-03-23 09:23:24 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-03-23 09:23:24 -0400 |
commit | 4a772a823d8b25712f91d0a0226f5b40ae269d2a (patch) | |
tree | d9ca1635d4aefc8aefd7933699ef56c7d3d8840f /docs/development/submitting-patches.rst | |
parent | 46c0c62496ca3718755d05ba4d6f4965b34722a7 (diff) | |
download | cryptography-4a772a823d8b25712f91d0a0226f5b40ae269d2a.tar.gz cryptography-4a772a823d8b25712f91d0a0226f5b40ae269d2a.tar.bz2 cryptography-4a772a823d8b25712f91d0a0226f5b40ae269d2a.zip |
Another site goes HTTPS! (#3477)
Diffstat (limited to 'docs/development/submitting-patches.rst')
-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 63eed19d..431673e8 100644 --- a/docs/development/submitting-patches.rst +++ b/docs/development/submitting-patches.rst @@ -154,7 +154,7 @@ So, specifically: * Use Sphinx parameter/attribute documentation `syntax`_. -.. _`Write comments as complete sentences.`: http://nedbatchelder.com/blog/201401/comments_should_be_sentences.html +.. _`Write comments as complete sentences.`: https://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/11_Best_Practices_for_Peer_Code_Review.pdf .. _`our mailing list`: https://mail.python.org/mailman/listinfo/cryptography-dev |