ref: 0e57e32f54d09c3b2c3d4139ad66f76f5a1ab13d
parent: 5969315c8f9123e6ef28dad19485e0a03ba8a700
author: Gour <[email protected]>
date: Mon Jun 9 03:52:32 EDT 2014
do not use angle brackets in hyperlink labels
--- a/docs/content/templates/go-templates.md
+++ b/docs/content/templates/go-templates.md
@@ -343,5 +343,5 @@
```
-[go]: <http://golang.org/>
-[gohtmltemplate]: <http://golang.org/pkg/html/template/>
+[go]: http://golang.org/
+[gohtmltemplate]: http://golang.org/pkg/html/template/