Skip to content

Commit

Permalink
Fix a typo in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
The URL `git://github.com/USERNAME/hugo.git` is invalid; it should instead be either `https://github.com/USERNAME/hugo.git` or `[email protected]:USERNAME/hugo.git`. I chose the latter for this PR.
  • Loading branch information
capnfabs authored and bep committed Aug 7, 2020
1 parent bffc4e1 commit f3cb0be
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 @@ -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:
Expand Down

0 comments on commit f3cb0be

Please sign in to comment.