aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-04-28 10:57:16 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-04-28 09:57:16 -0500
commit988df9ba0326f5adc84ee6ca51607674737f1469 (patch)
tree27a93886e248641ccaa988f4ebbb7d84cbc730ef /docs
parent2f27a8b2dcb66c2cfb0e13d347c4c0b2a2954973 (diff)
downloadcryptography-988df9ba0326f5adc84ee6ca51607674737f1469.tar.gz
cryptography-988df9ba0326f5adc84ee6ca51607674737f1469.tar.bz2
cryptography-988df9ba0326f5adc84ee6ca51607674737f1469.zip
Update URLs for new RTD domain (#2879)
Diffstat (limited to 'docs')
-rw-r--r--docs/development/c-bindings.rst2
-rw-r--r--docs/faq.rst4
-rw-r--r--docs/hazmat/bindings/commoncrypto.rst2
-rw-r--r--docs/hazmat/bindings/openssl.rst2
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst
index 993a4ab2..cbd8fab0 100644
--- a/docs/development/c-bindings.rst
+++ b/docs/development/c-bindings.rst
@@ -3,7 +3,7 @@ C bindings
C bindings are bindings to C libraries, using cffi_ whenever possible.
-.. _cffi: https://cffi.readthedocs.org
+.. _cffi: https://cffi.readthedocs.io
Bindings live in :py:mod:`cryptography.hazmat.bindings`.
diff --git a/docs/faq.rst b/docs/faq.rst
index f00974b4..76dc4f3d 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -54,6 +54,6 @@ environment variable. Please note that this is *temporary* and will be removed
in ``cryptography`` 1.5.
.. _`NaCl`: https://nacl.cr.yp.to/
-.. _`PyNaCl`: https://pynacl.readthedocs.org
-.. _`WSGIApplicationGroup`: https://modwsgi.readthedocs.org/en/develop/configuration-directives/WSGIApplicationGroup.html
+.. _`PyNaCl`: https://pynacl.readthedocs.io
+.. _`WSGIApplicationGroup`: https://modwsgi.readthedocs.io/en/develop/configuration-directives/WSGIApplicationGroup.html
.. _`issue`: https://github.com/pyca/cryptography/issues
diff --git a/docs/hazmat/bindings/commoncrypto.rst b/docs/hazmat/bindings/commoncrypto.rst
index 4f58a6d3..fd3d39aa 100644
--- a/docs/hazmat/bindings/commoncrypto.rst
+++ b/docs/hazmat/bindings/commoncrypto.rst
@@ -26,5 +26,5 @@ available on Mac OS X versions 10.8 and above.
functions, and access constants.
-.. _`CFFI`: https://cffi.readthedocs.org/
+.. _`CFFI`: https://cffi.readthedocs.io
.. _`CommonCrypto`: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man3/Common%20Crypto.3cc.html
diff --git a/docs/hazmat/bindings/openssl.rst b/docs/hazmat/bindings/openssl.rst
index 99cd7a48..8935093f 100644
--- a/docs/hazmat/bindings/openssl.rst
+++ b/docs/hazmat/bindings/openssl.rst
@@ -44,6 +44,6 @@ lower performance in some situations. In particular parallelism is reduced
because it has to acquire the GIL whenever any lock operations occur within
OpenSSL.
-.. _`CFFI`: https://cffi.readthedocs.org/
+.. _`CFFI`: https://cffi.readthedocs.io
.. _`OpenSSL`: https://www.openssl.org/
.. _`thread safety facilities`: https://www.openssl.org/docs/manmaster/crypto/threads.html