Fix a typo in CONTRIBUTING.md

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.
This commit is contained in:
Fabian Tamp 2020-06-07 21:00:44 +02:00 committed by Bjørn Erik Pedersen
parent bffc4e12fe
commit f3cb0be35a
1 changed files with 1 additions and 1 deletions

View 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: