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: nodejs#13602
Fixes: nodejs#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 committed Jun 10, 2017
1 parent 208db56 commit 24e5b67
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 24e5b67

Please sign in to comment.