go.tools/godoc: remove Go 1.2 redirects
They are breaking golang.org (try loading golang.org/ref/spec). TBR=adg CC=golang-dev https://golang.org/cl/14165044
This commit is contained in:
parent
dcad628c68
commit
c11b695c55
|
@ -90,10 +90,12 @@ var redirects = map[string]string{
|
||||||
"/issue/new": "https://code.google.com/p/go/issues/entry",
|
"/issue/new": "https://code.google.com/p/go/issues/entry",
|
||||||
"/issues": "https://code.google.com/p/go/issues",
|
"/issues": "https://code.google.com/p/go/issues",
|
||||||
"/play": "http://play.golang.org",
|
"/play": "http://play.golang.org",
|
||||||
"/ref": "/doc/#references",
|
// THESE DO NOT WORK FOR GO 1.1 SITES SUCH AS golang.org.
|
||||||
"/ref/": "/doc/#references",
|
// DO NOT RE-ENABLE.
|
||||||
"/ref/mem": "/doc/mem",
|
// "/ref": "/doc/#references",
|
||||||
"/ref/spec": "/doc/spec",
|
// "/ref/": "/doc/#references",
|
||||||
|
// "/ref/mem": "/doc/mem",
|
||||||
|
// "/ref/spec": "/doc/spec",
|
||||||
"/talks": "http://talks.golang.org",
|
"/talks": "http://talks.golang.org",
|
||||||
"/tour": "http://tour.golang.org",
|
"/tour": "http://tour.golang.org",
|
||||||
"/wiki": "https://code.google.com/p/go-wiki/w/list",
|
"/wiki": "https://code.google.com/p/go-wiki/w/list",
|
||||||
|
|
Loading…
Reference in New Issue