aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-11-28 10:31:57 +1100
committerAndrew Gerrand <adg@golang.org>2013-11-28 10:31:57 +1100
commit818f76bcd08dc1b8fd8e1bce882dbf42122c835a (patch)
tree18944cde4c7de509a14c9072a464886bfb6eece8
parent81863c9b8cabe0e27161ccbfca7473a63cb37ed1 (diff)
go.blog: fix link in normalization article
R=golang-dev, iant https://golang.org/cl/34410044
-rw-r--r--content/normalization.article2
1 files changed, 1 insertions, 1 deletions
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