aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/interfaces.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-12 20:24:27 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-12 20:24:27 -0600
commit963349078dc09ca36f5d7ad25e182ff11f6bb106 (patch)
tree3bdb9ac6ed9e08d8e4a0fa3462a667376dc77eb2 /docs/hazmat/primitives/interfaces.rst
parent0b58692bcb773d68bc234cc30115c5548ff4340d (diff)
parente9df2943a72fb256563510c64cde264c54ea0e12 (diff)
downloadcryptography-963349078dc09ca36f5d7ad25e182ff11f6bb106.tar.gz
cryptography-963349078dc09ca36f5d7ad25e182ff11f6bb106.tar.bz2
cryptography-963349078dc09ca36f5d7ad25e182ff11f6bb106.zip
Merge pull request #1520 from alex/https-all-the-things
Use HTTPS for a number of URLs in the docs
Diffstat (limited to 'docs/hazmat/primitives/interfaces.rst')
-rw-r--r--docs/hazmat/primitives/interfaces.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index d964f25c..d87e8d66 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -9,7 +9,7 @@ properties and methods of most primitive constructs. Backends may also use
this information to influence their operation. Interfaces should also be used
to document argument and return types.
-.. _`Abstract Base Classes`: http://docs.python.org/3.2/library/abc.html
+.. _`Abstract Base Classes`: https://docs.python.org/3/library/abc.html
Symmetric ciphers
@@ -752,5 +752,5 @@ X509
.. _`Chinese remainder theorem`: https://en.wikipedia.org/wiki/Chinese_remainder_theorem
.. _`DSA`: https://en.wikipedia.org/wiki/Digital_Signature_Algorithm
.. _`CMAC`: https://en.wikipedia.org/wiki/CMAC
-.. _`ECDSA`: http://en.wikipedia.org/wiki/ECDSA
-.. _`EdDSA`: http://en.wikipedia.org/wiki/EdDSA
+.. _`ECDSA`: https://en.wikipedia.org/wiki/ECDSA
+.. _`EdDSA`: https://en.wikipedia.org/wiki/EdDSA