We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67eef33 commit 2fab2d4Copy full SHA for 2fab2d4
doc/src/sgml/sourcerepo.sgml
@@ -52,7 +52,7 @@
52
To begin using the Git repository, make a clone of the official mirror:
53
54
<programlisting>
55
-git clone git://github.com/postgrespro/postgrespro.git
+git clone https://github.com/postgrespro/postgrespro.git
56
</programlisting>
57
58
This will copy the full repository to your local machine, so it may take
@@ -66,7 +66,7 @@ git clone git://github.com/postgrespro/postgrespro.git
66
prefix to <literal>git</>, as in:
67
68
69
-git clone https://github.com/postgrespro/postgrespro.git
+git clone git://github.com/postgrespro/postgrespro.git
70
71
72
</para>
0 commit comments