From: Fabian Tamp Date: Sun, 7 Jun 2020 19:00:44 +0000 (+0200) Subject: Fix a typo in CONTRIBUTING.md X-Git-Tag: v0.75.0~70 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f3cb0be35adddfe43423a19116994b53817d97f7;p=brevno-suite%2Fhugo 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. --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f39bd2fb..bdfad9d7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: