From 001f52f4e63a04b1ef69df1106c1ebfd2f5ef1c8 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Wed, 19 Feb 2020 17:46:30 +0900 Subject: [PATCH] Fix mage URL in development.md Partial fix for #952 --- content/en/contribute/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/contribute/development.md b/content/en/contribute/development.md index 70cb90069..bd76f9bbe 100644 --- a/content/en/contribute/development.md +++ b/content/en/contribute/development.md @@ -151,7 +151,7 @@ go install ``` -Hugo relies on [mage](github.com/magefile/mage) for some convenient build and test targets. If you don't already have it, get it: +Hugo relies on [mage](https://github.com/magefile/mage) for some convenient build and test targets. If you don't already have it, get it: ``` go get github.com/magefile/mage