From a47975eda8f51a682601a6a6884d93595e65082e Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Sun, 14 Dec 2014 15:42:37 -0500 Subject: [PATCH] cmd/eg, godoc/redirect: update remaining code.google.com links Change-Id: I67da9e0c0c511c19e5b5296fbcf46f641273a7bb Signed-off-by: Shenghou Ma Reviewed-on: https://go-review.googlesource.com/1515 Reviewed-by: Brad Fitzpatrick --- cmd/eg/eg.go | 2 +- godoc/redirect/redirect.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/eg/eg.go b/cmd/eg/eg.go index bee24514..0d9cf915 100644 --- a/cmd/eg/eg.go +++ b/cmd/eg/eg.go @@ -1,6 +1,6 @@ // The eg command performs example-based refactoring. // For documentation, run the command, or see Help in -// code.google.com/p/go.tools/refactor/eg. +// golang.org/x/tools/refactor/eg. package main // import "golang.org/x/tools/cmd/eg" import ( diff --git a/godoc/redirect/redirect.go b/godoc/redirect/redirect.go index b7608c88..4044598a 100644 --- a/godoc/redirect/redirect.go +++ b/godoc/redirect/redirect.go @@ -126,7 +126,7 @@ var redirects = map[string]string{ "/doc/articles/json_rpc_tale_of_interfaces.html": "/blog/json-rpc-tale-of-interfaces", "/doc/articles/laws_of_reflection.html": "/blog/laws-of-reflection", "/doc/articles/slices_usage_and_internals.html": "/blog/go-slices-usage-and-internals", - "/doc/go_for_cpp_programmers.html": "https://code.google.com/p/go-wiki/wiki/GoForCPPProgrammers", + "/doc/go_for_cpp_programmers.html": "/wiki/GoForCPPProgrammers", "/doc/go_tutorial.html": "http://tour.golang.org/", }