Skip to content

Commit 52f5e3f

Browse files
seishunaddaleax
authored andcommitted
doc: use HTTPS URL for suggested upstream remote
It's impossible to push to git:// URLs. PR-URL: #13602 Fixes: #13600 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Brian White <[email protected]>
1 parent b967b4c commit 52f5e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ locally.
3030
```text
3131
$ git clone [email protected]:username/node.git
3232
$ cd node
33-
$ git remote add upstream git://github.com/nodejs/node.git
33+
$ git remote add upstream https://github.com/nodejs/node.git
3434
```
3535

3636
#### Which branch?

0 commit comments

Comments
 (0)