Skip to content

Commit ed033bc

Browse files
committed
Weight GitHub more highly than git.php.net, per conversation with dsp.
1 parent e2e39ae commit ed033bc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

git.php

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,17 @@
6868

6969
<ol>
7070
<li>
71-
You can retrieve the PHP source code from
72-
<a href="http://git.php.net/">git.php.net</a> with this command:
71+
You can retrieve the PHP source code from our
72+
<a href="https://github.com/php/php-src.git">GitHub mirror</a> with this
73+
command:
7374
<br /><br />
74-
<code>git clone http://git.php.net/repository/php-src.git</code>
75+
<code>git clone https://github.com/php/php-src.git</code>
7576
<br /><br />
7677

77-
Or from the <a href="https://github.com/php/php-src">GitHub mirror</a>, which
78-
you may want to use if you plan to create pull requests:
78+
Alternatively, you can retrieve the source code from
79+
<a href="http://git.php.net/">git.php.net</a> with this command:
7980
<br /><br />
80-
<code>git clone https://github.com/php/php-src.git</code>
81+
<code>git clone http://git.php.net/repository/php-src.git</code>
8182
<br /><br />
8283
</li>
8384

0 commit comments

Comments
 (0)