From 9cd799205e6fcf8628275ce5d7814bc09a22fff0 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 18 Nov 2015 15:14:22 +1100 Subject: [PATCH] cmd/godoc: add redirect for x/term repo Update golang/go#13104 Change-Id: I76102038d8dc87503c9a8994f9008b1a9fdb19d4 Reviewed-on: https://go-review.googlesource.com/17020 Reviewed-by: Dave Cheney --- cmd/godoc/x.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/godoc/x.go b/cmd/godoc/x.go index dc5a7039..d6ee745f 100644 --- a/cmd/godoc/x.go +++ b/cmd/godoc/x.go @@ -40,6 +40,7 @@ var xMap = map[string]xRepo{ "sync": {"https://go.googlesource.com/sync", "git"}, "sys": {"https://go.googlesource.com/sys", "git"}, "talks": {"https://go.googlesource.com/talks", "git"}, + "term": {"https://go.googlesource.com/term", "git"}, "text": {"https://go.googlesource.com/text", "git"}, "time": {"https://go.googlesource.com/time", "git"}, "tools": {"https://go.googlesource.com/tools", "git"},