Skip to content

Commit cc80889

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

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)