Convert various URLs to https

This commit is contained in:
Ian Barwick
2017-09-13 00:53:35 +09:00
committed by Ian Barwick
parent aaf5af7591
commit 4ab081ba41
3 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ system.
<para> <para>
RPM packages for `repmgr` are available via Yum through RPM packages for `repmgr` are available via Yum through
the PostgreSQL Global Development Group RPM repository the PostgreSQL Global Development Group RPM repository
( <ulink url="http://yum.postgresql.org/">http://yum.postgresql.org/</>). ( <ulink url="https://yum.postgresql.org/">http://yum.postgresql.org/</>).
Follow the instructions for your distribution (RedHat, CentOS, Follow the instructions for your distribution (RedHat, CentOS,
Fedora, etc.) and architecture as detailed at yum.postgresql.org. Fedora, etc.) and architecture as detailed at yum.postgresql.org.
</para> </para>

View File

@@ -32,7 +32,7 @@
<listitem> <listitem>
<para> <para>
<literal>RHEL or CentOS 6.x or 7.x</literal>: install the appropriate repository RPM <literal>RHEL or CentOS 6.x or 7.x</literal>: install the appropriate repository RPM
for your system from <ulink url="http://yum.postgresql.org/repopackages.php"> for your system from <ulink url="https://yum.postgresql.org/repopackages.php">
yum.postgresql.org</ulink>. Then install the prerequisites for building yum.postgresql.org</ulink>. Then install the prerequisites for building
PostgreSQL with: PostgreSQL with:
<programlisting> <programlisting>
@@ -65,7 +65,7 @@
<title>Using <application>git</application> to get the &repmgr; sources</title> <title>Using <application>git</application> to get the &repmgr; sources</title>
<para> <para>
Use <application><ulink url="http://git-scm.org">git</ulink></application> if you expect Use <application><ulink url="https://git-scm.com">git</ulink></application> if you expect
to update often, you want to keep track of development or if you want to contribute to update often, you want to keep track of development or if you want to contribute
changes to &repmgr;. There is no reason <emphasis>not</emphasis> to use <application>git</application> changes to &repmgr;. There is no reason <emphasis>not</emphasis> to use <application>git</application>
if you're familiar with it. if you're familiar with it.
@@ -89,7 +89,7 @@
<para> <para>
For more information on using <application>git</application> see For more information on using <application>git</application> see
<ulink url="http://git-scm.org/">git-scm.org</ulink>. <ulink url="https://git-scm.com/">git-scm.com</ulink>.
</para> </para>
</sect3> </sect3>

View File

@@ -33,11 +33,11 @@
<para> <para>
repmgr was developed by repmgr was developed by
<ulink url="http://2ndquadrant.com">2ndQuadrant</ulink> <ulink url="https://2ndquadrant.com">2ndQuadrant</ulink>
along with contributions from other individuals and companies. along with contributions from other individuals and companies.
Contributions from the community are appreciated and welcome - get Contributions from the community are appreciated and welcome - get
in touch via <ulink url="http://github.com/2ndQuadrant/repmgr">github</> in touch via <ulink url="https://github.com/2ndQuadrant/repmgr">github</>
or <ulink url="http://groups.google.com/group/repmgr">the mailing list/forum</>. or <ulink url="https://groups.google.com/group/repmgr">the mailing list/forum</>.
Multiple 2ndQuadrant customers contribute funding Multiple 2ndQuadrant customers contribute funding
to make repmgr development possible. to make repmgr development possible.
</para> </para>