aboutsummaryrefslogtreecommitdiff
path: root/cmd/blog/rewrite.go
diff options
context:
space:
mode:
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",
}