do not use angle brackets in hyperlink labels

This commit is contained in:
Gour 2014-06-09 07:52:32 +02:00 committed by spf13
parent 5969315c8f
commit 0e57e32f54

View 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/