From 988df9ba0326f5adc84ee6ca51607674737f1469 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 28 Apr 2016 10:57:16 -0400 Subject: Update URLs for new RTD domain (#2879) --- docs/hazmat/bindings/commoncrypto.rst | 2 +- docs/hazmat/bindings/openssl.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/hazmat/bindings') 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 -- cgit v1.2.3