diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-07-18 22:43:45 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-07-18 22:43:45 +0900 |
commit | ab5ad0c71a0f4428d6ecb874b7eaa7a95fe4c17e (patch) | |
tree | 75b5b782792ddcc76da8ac598ca5c697d0151e3e /doc/src/sgml/plperl.sgml | |
parent | aee67299306e717986f054d149f6cb2f1c447656 (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/20200717.121308.1369606287593685396.horikyota.ntt@gmail.com
Backpatch-through: 9.5
Diffstat (limited to 'doc/src/sgml/plperl.sgml')
-rw-r--r-- | doc/src/sgml/plperl.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/plperl.sgml b/doc/src/sgml/plperl.sgml index 967efba3b55..78ad2f01135 100644 --- a/doc/src/sgml/plperl.sgml +++ b/doc/src/sgml/plperl.sgml @@ -14,7 +14,7 @@ <para> PL/Perl is a loadable procedural language that enables you to write <productname>PostgreSQL</productname> functions in the - <ulink url="http://www.perl.org">Perl programming language</ulink>. + <ulink url="https://www.perl.org">Perl programming language</ulink>. </para> <para> |