From: Gour Date: Mon, 9 Jun 2014 05:52:32 +0000 (+0200) Subject: do not use angle brackets in hyperlink labels X-Git-Tag: v0.12~82 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0e57e32f54d09c3b2c3d4139ad66f76f5a1ab13d;p=brevno-suite%2Fhugo do not use angle brackets in hyperlink labels --- diff --git a/docs/content/templates/go-templates.md b/docs/content/templates/go-templates.md index cdc351fe..8ba16b26 100644 --- a/docs/content/templates/go-templates.md +++ b/docs/content/templates/go-templates.md @@ -343,5 +343,5 @@ so, such as in this example: ``` -[go]: -[gohtmltemplate]: +[go]: http://golang.org/ +[gohtmltemplate]: http://golang.org/pkg/html/template/