aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2020-06-09 13:49:06 -0400
committerDmitri Shuralyov <dmitshur@golang.org>2020-06-09 18:11:53 +0000
commit6d8d6d21bfd27e8a05fe6970a1d23fa47e8b7577 (patch)
tree46b24af553eabfa162f4911a6e737d81b691b165
parent1d697d5c9b654ae37f1057735c0a5320c50e2269 (diff)
content/vscode-go: add redirect from long form URL
The canonical path for this blog post is the short path /vscode-go, determined from the file name. This change adds a secondary longer path that redirects to the canonical short one, so that both links can work at the time the blog post is published. Change-Id: I8f0edf44536d22ef2fd8693aa5c6e82947a8c7a6 Reviewed-on: https://go-review.googlesource.com/c/blog/+/237165 Reviewed-by: Rebecca Stambler <rstambler@golang.org>
-rw-r--r--content/vscode-go.article1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/vscode-go.article b/content/vscode-go.article
index e57ee8b..8ff833f 100644
--- a/content/vscode-go.article
+++ b/content/vscode-go.article
@@ -1,6 +1,7 @@
# The VS Code Go extension joins the Go project
09 Jun 2020
Summary: Announcement of VS Code Go's move to the Go project.
+OldURL: /the-vs-code-go-extension-joins-the-go-project
The Go & VS Code Teams