Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2fab2d4

Browse files
author
Liudmila Mantrova
committed
DOC: fixing error in merge with vanilla for sourcerepo.sgml
1 parent 67eef33 commit 2fab2d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/sourcerepo.sgml

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

5454
<programlisting>
55-
git clone git://github.com/postgrespro/postgrespro.git
55+
git clone https://github.com/postgrespro/postgrespro.git
5656
</programlisting>
5757

5858
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
6666
prefix to <literal>git</>, as in:
6767

6868
<programlisting>
69-
git clone https://github.com/postgrespro/postgrespro.git
69+
git clone git://github.com/postgrespro/postgrespro.git
7070
</programlisting>
7171

7272
</para>

0 commit comments

Comments
 (0)