Skip to content

Commit 63e0e8f

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

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)