diff options
author | Jack Lloyd <[email protected]> | 2017-09-01 13:40:16 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-01 13:43:03 -0400 |
commit | 4cc355c689fa6a38a77ff2f97253ca4cf74ffd28 (patch) | |
tree | 799b6f8abd776fbe68222f973810932d3ebe731b /doc | |
parent | 18bfd3ff33dc7fbb45465b2c0a4c997d716882f8 (diff) |
Change http://botan.randombit.net to https URIs
Not a big deal since the site already uses HSTS, but whatever.
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/index.rst b/doc/manual/index.rst index a38624a9c..e094967d2 100644 --- a/doc/manual/index.rst +++ b/doc/manual/index.rst @@ -38,7 +38,7 @@ Especially recommended are: If you're doing something non-trivial or unique, you might want to at the very least ask for review/input on a mailing list such as the `metzdowd <http://www.metzdowd.com/mailman/listinfo/cryptography>`_ or -`randombit <http://lists.randombit.net/mailman/listinfo/cryptography>`_ +`randombit <https://lists.randombit.net/mailman/listinfo/cryptography>`_ crypto lists. And (if possible) pay a professional cryptographer or security company to review your design and code. |