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 0814828 commit 2149537Copy full SHA for 2149537
doc/src/sgml/sourcerepo.sgml
@@ -52,8 +52,7 @@
52
To begin using the Git repository, make a clone of the official mirror:
53
54
<programlisting>
55
-git clone https://github.com/postgrespro/postgrespro.git
56
-
+git clone git://github.com/postgrespro/postgrespro.git
57
</programlisting>
58
59
This will copy the full repository to your local machine, so it may take
@@ -68,7 +67,7 @@ git clone https://github.com/postgrespro/postgrespro.git
68
67
prefix to <literal>https</>, as in:
69
70
71
-git clone https://git.postgresql.org/git/postgresql.git
+git clone https://github.com/postgrespro/postgrespro.git
72
73
74
The HTTP protocol is less efficient than the Git protocol, so it will be
0 commit comments