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 <anna@addaleax.net>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
  • 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 git@github.com: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.