diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-02-18 12:52:50 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-02-18 11:52:50 -0600 |
commit | 5ad6df9eb6a73d26c57bcd8c29b6a71e028cf749 (patch) | |
tree | 6f1a310ee28d99d5da3b4d20b1d3b33386e98e39 /docs/development/getting-started.rst | |
parent | 127e862029298c2ee0e5243c3abe4df26d863372 (diff) | |
download | cryptography-5ad6df9eb6a73d26c57bcd8c29b6a71e028cf749.tar.gz cryptography-5ad6df9eb6a73d26c57bcd8c29b6a71e028cf749.tar.bz2 cryptography-5ad6df9eb6a73d26c57bcd8c29b6a71e028cf749.zip |
This is HTTPS now (#3407)
Diffstat (limited to 'docs/development/getting-started.rst')
-rw-r--r-- | docs/development/getting-started.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst index dc558936..d94e656b 100644 --- a/docs/development/getting-started.rst +++ b/docs/development/getting-started.rst @@ -118,7 +118,7 @@ Use `tox`_ to build the documentation. For example: The HTML documentation index can now be found at ``docs/_build/html/index.html``. -.. _`Homebrew`: http://brew.sh +.. _`Homebrew`: https://brew.sh .. _`MacPorts`: https://www.macports.org .. _`OpenSSL`: https://www.openssl.org .. _`pytest`: https://pypi.python.org/pypi/pytest |