doc: fix template link in readme

Change-Id: Ic9df686244c5e87cf53c82eb231ad7a1f1156a7c
Reviewed-on: https://go-review.googlesource.com/19538
Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
Andrew Gerrand 2016-02-18 09:36:27 +11:00
Родитель e7f22345d7
Коммит d44c702087
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -51,7 +51,7 @@ starting point for your own code.
_Note_: The `goapp` tool is part of the [Google App Engine SDK for Go](https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Go).
### [template][template/] ([godoc](//godoc.org/github.com/golang/example/template))
### [template](template/) ([godoc](//godoc.org/github.com/golang/example/template))
A trivial web server that demonstrates the use of the
[`template` package](https://golang.org/pkg/text/template/)'s `block` feature.