From d241bfce965a553d85e6d650ce17acc6ac425276 Mon Sep 17 00:00:00 2001 From: d-tsuji Date: Sat, 5 Sep 2020 20:20:57 +0900 Subject: content: fix link to "Go version 1 is released" Change-Id: Iac52d9fc7044fa5cecf19e6580688a1ab49cb156 Reviewed-on: https://go-review.googlesource.com/c/blog/+/253099 Run-TryBot: Emmanuel Odeke TryBot-Result: Gobot Gobot Reviewed-by: Emmanuel Odeke --- content/toward-go2.article | 4 ++-- rewrite.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/toward-go2.article b/content/toward-go2.article index 0c506af..ae7f6df 100644 --- a/content/toward-go2.article +++ b/content/toward-go2.article @@ -37,7 +37,7 @@ and leading to the [plan for Go 1](https://blog.golang.org/preview-of-go-version With more help from the Go community, we revised and implemented that -plan, eventually [releasing Go 1](https://blog.golang.org/go-version-1-is-released) on March 28, 2012. +plan, eventually [releasing Go 1](https://blog.golang.org/go1) on March 28, 2012.
.image toward-go2/go1-release.png _ 556 @@ -52,7 +52,7 @@ In the years leading to Go 1, we changed Go and broke everyone's Go programs nearly every week. We understood that this was keeping Go from use in production settings, where programs could not be rewritten weekly to keep up with language changes. -As the [blog post announcing Go 1](https://blog.golang.org/go-version-1-is-released) says, the driving motivation was to provide a stable foundation +As the [blog post announcing Go 1](https://blog.golang.org/go1) says, the driving motivation was to provide a stable foundation for creating reliable products, projects, and publications (blogs, tutorials, conference talks, and books), to make users confident that their programs would continue to compile and run without change for diff --git a/rewrite.go b/rewrite.go index 6ab9121..ecb3397 100644 --- a/rewrite.go +++ b/rewrite.go @@ -62,7 +62,7 @@ var urlMap = map[string]string{ "/2011/12/building-stathat-with-go.html": "building-stathat-with-go", "/2011/12/from-zero-to-go-launching-on-google.html": "from-zero-to-go-launching-on-google", "/2011/12/getting-to-know-go-community.html": "getting-to-know-go-community", - "/2012/03/go-version-1-is-released.html": "go-version-1-is-released", + "/2012/03/go-version-1-is-released.html": "go1", "/2012/07/gccgo-in-gcc-471.html": "gccgo-in-gcc-471", "/2012/07/go-videos-from-google-io-2012.html": "go-videos-from-google-io-2012", "/2012/08/go-updates-in-app-engine-171.html": "go-updates-in-app-engine-171", -- cgit v1.2.3