shithub: hugo

Download patch

ref: f3cb0be35adddfe43423a19116994b53817d97f7
parent: bffc4e12fe6d255e1fb8d28943993afc7e99e010
author: Fabian Tamp <fabian.tamp@gmail.com>
date: Sun Jun 7 17:00:44 EDT 2020

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.

--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -144,7 +144,7 @@
 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: