From 818f76bcd08dc1b8fd8e1bce882dbf42122c835a Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 28 Nov 2013 10:31:57 +1100 Subject: go.blog: fix link in normalization article R=golang-dev, iant https://golang.org/cl/34410044 --- content/normalization.article | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/normalization.article b/content/normalization.article index 835b050..ec2efcb 100644 --- a/content/normalization.article +++ b/content/normalization.article @@ -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 -- cgit v1.2.3