summaryrefslogtreecommitdiffstats
path: root/Doc/library/secrets.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/secrets.rst')
-rw-r--r--Doc/library/secrets.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/secrets.rst b/Doc/library/secrets.rst
index 9bf848f..28ce472 100644
--- a/Doc/library/secrets.rst
+++ b/Doc/library/secrets.rst
@@ -130,7 +130,7 @@ Other functions
Return ``True`` if strings *a* and *b* are equal, otherwise ``False``,
in such a way as to reduce the risk of
- `timing attacks <http://codahale.com/a-lesson-in-timing-attacks/>`_.
+ `timing attacks <https://codahale.com/a-lesson-in-timing-attacks/>`_.
See :func:`hmac.compare_digest` for additional details.
@@ -173,7 +173,7 @@ three digits:
break
-Generate an `XKCD-style passphrase <http://xkcd.com/936/>`_:
+Generate an `XKCD-style passphrase <https://xkcd.com/936/>`_:
.. testcode::