Fix a typo in CONTRIBUTING.md
authorFabian Tamp <fabian.tamp@gmail.com>
Sun, 7 Jun 2020 19:00:44 +0000 (21:00 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 7 Aug 2020 17:35:48 +0000 (19:35 +0200)
The URL `git://github.com/USERNAME/hugo.git` is invalid; it should instead be either `https://github.com/USERNAME/hugo.git` or `git@github.com:USERNAME/hugo.git`. I chose the latter for this PR.

CONTRIBUTING.md

index f39bd2fbe7116486f3f488afc9ea780a490344f7..bdfad9d7d80c7371f9d0a0d94d695e5eb5be0f62 100644 (file)
@@ -144,7 +144,7 @@ Now, to make a change to Hugo's source:
 1. Add your fork as a new remote (the remote name, "fork" in this example, is arbitrary):
 
     ```bash
-    git remote add fork git://github.com/USERNAME/hugo.git
+    git remote add fork git@github.com:USERNAME/hugo.git
     ```
 
 1. Push the changes to your new remote: