Skip to content

Commit

Permalink
doc: use HTTPS URL for suggested upstream remote
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
seishun authored and addaleax committed Jun 12, 2017
1 parent b967b4c commit 52f5e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ locally.
```text
$ git clone [email protected]:username/node.git
$ cd node
$ git remote add upstream git://github.com/nodejs/node.git
$ git remote add upstream https://github.com/nodejs/node.git
```

#### Which branch?
Expand Down

0 comments on commit 52f5e3f

Please sign in to comment.