summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorNikolai Vavilov <vvnicholas@gmail.com>2017-06-10 21:36:13 +0300
committerNikolai Vavilov <vvnicholas@gmail.com>2017-06-10 22:58:54 +0300
commit24e5b6714884ed317f04763758ed0785917f2e92 (patch)
treea6feab46cf3139e2d4c072e8a08cb9c2fef7009f /CONTRIBUTING.md
parent208db5675ebfcf1decdb106f217a4d4ebf17aa17 (diff)
downloadandroid-node-v8-24e5b6714884ed317f04763758ed0785917f2e92.tar.gz
android-node-v8-24e5b6714884ed317f04763758ed0785917f2e92.tar.bz2
android-node-v8-24e5b6714884ed317f04763758ed0785917f2e92.zip
doc: use HTTPS URL for suggested upstream remote
It's impossible to push to git:// URLs. PR-URL: https://github.com/nodejs/node/pull/13602 Fixes: https://github.com/nodejs/node/issues/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>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e11be25b02..7f9bd33e05 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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?