aboutsummaryrefslogtreecommitdiff
path: root/cmd/blog/rewrite.go
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-05-24 15:06:49 +1000
committerAndrew Gerrand <adg@golang.org>2013-05-24 15:06:49 +1000
commitedbeec3ec6759fb54d33aabfb84390e195f0f6c8 (patch)
tree8c178bc979926c4a2784002d282642ac9f25fa93 /cmd/blog/rewrite.go
parenta2bb28375a16386a8e12d7933d164c3196f6f1b4 (diff)
go.blog: add two most recent articles
R=golang-dev, r CC=golang-dev https://golang.org/cl/9716043
Diffstat (limited to 'cmd/blog/rewrite.go')
-rw-r--r--cmd/blog/rewrite.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/blog/rewrite.go b/cmd/blog/rewrite.go
index dfe8eb2..6ab9121 100644
--- a/cmd/blog/rewrite.go
+++ b/cmd/blog/rewrite.go
@@ -76,4 +76,6 @@ var urlMap = map[string]string{
"/2013/02/go-maps-in-action.html": "go-maps-in-action",
"/2013/03/two-recent-go-articles.html": "two-recent-go-articles",
"/2013/03/the-path-to-go-1.html": "the-path-to-go-1",
+ "/2013/05/go-11-is-released.html": "go-11-is-released.article",
+ "/2013/05/advanced-go-concurrency-patterns.html": "advanced-go-concurrency-patterns.article",
}