diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2018-12-30 14:28:48 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-12-30 14:28:48 -0600 |
commit | ebaa5706976ced25a89b89b49a570c22c1da1b87 (patch) | |
tree | 19c40a155290f0d3a553cf01be645dc31847312f /docs | |
parent | 9aeabd9d2abea2e6cf7fc2240f1d4f34f57a24bd (diff) | |
download | cryptography-ebaa5706976ced25a89b89b49a570c22c1da1b87.tar.gz cryptography-ebaa5706976ced25a89b89b49a570c22c1da1b87.tar.bz2 cryptography-ebaa5706976ced25a89b89b49a570c22c1da1b87.zip |
Sphinx's website is now https (#4662)
* Sphinx's website is now https
* Sphinx's website is now https
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/getting-started.rst | 2 | ||||
-rw-r--r-- | docs/development/submitting-patches.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst index e01ee277..cc333e4d 100644 --- a/docs/development/getting-started.rst +++ b/docs/development/getting-started.rst @@ -115,5 +115,5 @@ The HTML documentation index can now be found at .. _`virtualenv`: https://pypi.org/project/virtualenv/ .. _`pip`: https://pypi.org/project/pip/ .. _`sphinx`: https://pypi.org/project/Sphinx/ -.. _`reStructured Text`: http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html +.. _`reStructured Text`: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html .. _`this Github issue`: https://github.com/rfk/pyenchant/issues/42 diff --git a/docs/development/submitting-patches.rst b/docs/development/submitting-patches.rst index 2e9bb0fd..ec00aa52 100644 --- a/docs/development/submitting-patches.rst +++ b/docs/development/submitting-patches.rst @@ -155,7 +155,7 @@ So, specifically: .. _`Write comments as complete sentences.`: https://nedbatchelder.com/blog/201401/comments_should_be_sentences.html -.. _`syntax`: http://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html#info-field-lists +.. _`syntax`: https://www.sphinx-doc.org/en/master/usage/restructuredtext/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 .. _`doc8`: https://github.com/openstack/doc8 |