diff --git a/doc/appendix-packages.xml b/doc/appendix-packages.xml index 32698b70..5138a17c 100644 --- a/doc/appendix-packages.xml +++ b/doc/appendix-packages.xml @@ -291,7 +291,7 @@ Repository URL: - http://apt.postgresql.org/ + https://apt.postgresql.org/ Repository documentation: diff --git a/doc/install-packages.xml b/doc/install-packages.xml index d6249144..371fae31 100644 --- a/doc/install-packages.xml +++ b/doc/install-packages.xml @@ -37,7 +37,7 @@ RPM packages for &repmgr; are also available via Yum through the PostgreSQL Global Development Group (PGDG) RPM repository - (http://yum.postgresql.org/). + (https://yum.postgresql.org/). Follow the instructions for your distribution (RedHat, CentOS, Fedora, etc.) and architecture as detailed there. Note that it can take some days for new &repmgr; packages to become available via the this repository. @@ -206,7 +206,7 @@ repmgr11.x86_64 4.4-1.el7 2nd .deb packages for &repmgr; are available from the - PostgreSQL Community APT repository (http://apt.postgresql.org/). + PostgreSQL Community APT repository (https://apt.postgresql.org/). Instructions can be found in the APT section of the PostgreSQL Wiki (https://wiki.postgresql.org/wiki/Apt). diff --git a/doc/install-source.xml b/doc/install-source.xml index 0705408c..c7013dbe 100644 --- a/doc/install-source.xml +++ b/doc/install-source.xml @@ -24,8 +24,7 @@ Debian and Ubuntu: First - add the apt.postgresql.org + add the apt.postgresql.org repository to your sources.list if you have not already done so, and ensure the source repository is enabled. @@ -36,8 +35,8 @@ line in the repository file, which is usually /etc/apt/sources.list.d/pgdg.list, e.g.: -deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main -deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main +deb https://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main +deb-src https://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main