cmd/eg, godoc/redirect: update remaining code.google.com links

Change-Id: I67da9e0c0c511c19e5b5296fbcf46f641273a7bb
Signed-off-by: Shenghou Ma <minux@golang.org>
Reviewed-on: https://go-review.googlesource.com/1515
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Shenghou Ma 2014-12-14 15:42:37 -05:00 committed by Minux Ma
parent a6c97ce144
commit a47975eda8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// The eg command performs example-based refactoring. // The eg command performs example-based refactoring.
// For documentation, run the command, or see Help in // 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" package main // import "golang.org/x/tools/cmd/eg"
import ( import (

View File

@ -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/json_rpc_tale_of_interfaces.html": "/blog/json-rpc-tale-of-interfaces",
"/doc/articles/laws_of_reflection.html": "/blog/laws-of-reflection", "/doc/articles/laws_of_reflection.html": "/blog/laws-of-reflection",
"/doc/articles/slices_usage_and_internals.html": "/blog/go-slices-usage-and-internals", "/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/", "/doc/go_tutorial.html": "http://tour.golang.org/",
} }