Skip to content

Commit a74ff22

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: [Pull Requests] Fix Symfony upstream URL as `git://` isn't supported by Github anymore.
2 parents 8482dad + cc80889 commit a74ff22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/pull_requests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Get the Symfony source code:
9999
.. code-block:: terminal
100100
101101
$ cd symfony
102-
$ git remote add upstream git://github.com/symfony/symfony.git
102+
$ git remote add upstream https://github.com/symfony/symfony.git
103103
104104
Check that the current Tests Pass
105105
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)