[x/blog] go.blog: fix link in normalization article

R=golang-dev, iant
https://golang.org/cl/34410044
X-Blog-Commit: 818f76bcd08dc1b8fd8e1bce882dbf42122c835a
This commit is contained in:
Andrew Gerrand 2013-11-28 10:31:57 +11:00
Родитель 995c54a8d7
Коммит 06c068fad0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -205,7 +205,7 @@ boundaries (such as the planned go.text/search package.)
Another tool provided by the norm package that may help dealing with character
boundaries is its iterator,
[[http://godoc.org/code.google.com/p/go.text/norm/#Iter][`norm.Iter`]].
[[http://godoc.org/code.google.com/p/go.text/unicode/norm#Iter][`norm.Iter`]].
It iterates over characters one at a time in the normal form of choice.
* Performing magic