diff options
author | Michael Paquier | 2020-07-18 13:43:35 +0000 |
---|---|---|
committer | Michael Paquier | 2020-07-18 13:43:35 +0000 |
commit | 9add405014f8e47e038af7124528b7601249a2ac (patch) | |
tree | c800cc75ae5ea5b642dcb73dde737fbe361be29d /doc/src/sgml/pgcrypto.sgml | |
parent | f41fbee7e704947fd1d2241f35bc8d0e37705919 (diff) |
doc: Refresh more URLs in the docs
This updates some URLs that are redirections, mostly to an equivalent
using https. One URL referring to generalized partial indexes was
outdated.
Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 9.5
Diffstat (limited to 'doc/src/sgml/pgcrypto.sgml')
-rw-r--r-- | doc/src/sgml/pgcrypto.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml index cc916ff1d65..6fd645aa70a 100644 --- a/doc/src/sgml/pgcrypto.sgml +++ b/doc/src/sgml/pgcrypto.sgml @@ -1297,12 +1297,12 @@ gen_random_uuid() returns uuid <para>The GNU Privacy Handbook.</para> </listitem> <listitem> - <para><ulink url="http://www.openwall.com/crypt/"></ulink></para> + <para><ulink url="https://www.openwall.com/crypt/"></ulink></para> <para>Describes the crypt-blowfish algorithm.</para> </listitem> <listitem> <para> - <ulink url="http://www.iusmentis.com/security/passphrasefaq/"></ulink> + <ulink url="https://www.iusmentis.com/security/passphrasefaq/"></ulink> </para> <para>How to choose a good password.</para> </listitem> @@ -1348,7 +1348,7 @@ gen_random_uuid() returns uuid <para>Description of Fortuna CSPRNG.</para> </listitem> <listitem> - <para><ulink url="http://jlcooke.ca/random/"></ulink></para> + <para><ulink url="https://jlcooke.ca/random/"></ulink></para> <para>Jean-Luc Cooke Fortuna-based <filename>/dev/random</filename> driver for Linux.</para> </listitem> </itemizedlist> |