do not use angle brackets in hyperlink labels
authorGour <gour@atmarama.net>
Mon, 9 Jun 2014 05:52:32 +0000 (07:52 +0200)
committerspf13 <steve.francia@gmail.com>
Mon, 30 Jun 2014 19:16:30 +0000 (15:16 -0400)
docs/content/templates/go-templates.md

index cdc351fe90eb64ab14aabf71621e27ca1c63adcc..8ba16b26eaea6f0da08ddb97ec86873a11323acf 100644 (file)
@@ -343,5 +343,5 @@ so, such as in this example:
 ```
 
 
-[go]: <http://golang.org/>
-[gohtmltemplate]: <http://golang.org/pkg/html/template/>
+[go]: http://golang.org/
+[gohtmltemplate]: http://golang.org/pkg/html/template/