diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-11-06 08:15:15 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-11-06 22:15:15 +0800 |
commit | 15c2938c712ecae0da5ded48062a4805b02d53cf (patch) | |
tree | 8e88d758b5de37667825414c7c0aad7b5b6733cb /docs | |
parent | 264a912332a126e36f05f10d089123b7c0657e95 (diff) | |
download | cryptography-15c2938c712ecae0da5ded48062a4805b02d53cf.tar.gz cryptography-15c2938c712ecae0da5ded48062a4805b02d53cf.tar.bz2 cryptography-15c2938c712ecae0da5ded48062a4805b02d53cf.zip |
Update the commoncrypto links (#3223)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hazmat/backends/commoncrypto.rst | 2 | ||||
-rw-r--r-- | docs/hazmat/bindings/commoncrypto.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/backends/commoncrypto.rst b/docs/hazmat/backends/commoncrypto.rst index ddaf97e5..a6eb490b 100644 --- a/docs/hazmat/backends/commoncrypto.rst +++ b/docs/hazmat/backends/commoncrypto.rst @@ -27,4 +27,4 @@ CommonCrypto backend is only supported on OS X versions 10.8 and above. The string name of this backend: ``"commoncrypto"`` -.. _`CommonCrypto`: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man3/Common%20Crypto.3cc.html +.. _`CommonCrypto`: https://developer.apple.com/library/content/documentation/Security/Conceptual/cryptoservices/GeneralPurposeCrypto/GeneralPurposeCrypto.html#//apple_ref/doc/uid/TP40011172-CH9-SW10 diff --git a/docs/hazmat/bindings/commoncrypto.rst b/docs/hazmat/bindings/commoncrypto.rst index fd3d39aa..d5a739c8 100644 --- a/docs/hazmat/bindings/commoncrypto.rst +++ b/docs/hazmat/bindings/commoncrypto.rst @@ -27,4 +27,4 @@ available on Mac OS X versions 10.8 and above. .. _`CFFI`: https://cffi.readthedocs.io -.. _`CommonCrypto`: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man3/Common%20Crypto.3cc.html +.. _`CommonCrypto`: https://developer.apple.com/library/content/documentation/Security/Conceptual/cryptoservices/GeneralPurposeCrypto/GeneralPurposeCrypto.html#//apple_ref/doc/uid/TP40011172-CH9-SW10 |