Skip to content

Commit 2149537

Browse files
author
Liudmila Mantrova
committed
DOC: fix git clone examples
1 parent 0814828 commit 2149537

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/src/sgml/sourcerepo.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252
To begin using the Git repository, make a clone of the official mirror:
5353

5454
<programlisting>
55-
git clone https://github.com/postgrespro/postgrespro.git
56-
55+
git clone git://github.com/postgrespro/postgrespro.git
5756
</programlisting>
5857

5958
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
6867
prefix to <literal>https</>, as in:
6968

7069
<programlisting>
71-
git clone https://git.postgresql.org/git/postgresql.git
70+
git clone https://github.com/postgrespro/postgrespro.git
7271
</programlisting>
7372

7473
The HTTP protocol is less efficient than the Git protocol, so it will be

0 commit comments

Comments
 (0)