Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41190e5

Browse files
[Pull Requests] Fix Symfony upstream URL as git:// isn't supported by Github anymore.
See: https://github.blog/2021-09-01-improving-git-protocol-security-github/
1 parent afd3d87 commit 41190e5

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)