Skip to content

Commit 9fa7006

Browse files
seishunMylesBorins
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 53b345c commit 9fa7006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ copy locally.
3838
```text
3939
$ git clone [email protected]:username/node.git
4040
$ cd node
41-
$ git remote add upstream git://github.com/nodejs/node.git
41+
$ git remote add upstream https://github.com/nodejs/node.git
4242
```
4343

4444
#### Which branch?

0 commit comments

Comments
 (0)