mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
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:
parent
bffc4e12fe
commit
f3cb0be35a
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
1. Add your fork as a new remote (the remote name, "fork" in this example, is arbitrary):
|
||||||
|
|
||||||
```bash
|
```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:
|
1. Push the changes to your new remote:
|
||||||
|
|
Loading…
Reference in a new issue