example/outyet: Change baseurl to go.googlesource.com.

Change-Id: I661a56f9b18838382f23779195c4efc0cd85eddd
Reviewed-on: https://go-review.googlesource.com/10873
Reviewed-by: Andrew Gerrand <adg@golang.org>
diff --git a/outyet/main.go b/outyet/main.go
index 7d64edd..96f7767 100644
--- a/outyet/main.go
+++ b/outyet/main.go
@@ -36,7 +36,7 @@
 	version    = flag.String("version", "1.4", "Go version")
 )
 
-const baseChangeURL = "https://code.google.com/p/go/source/detail?r="
+const baseChangeURL = "https://go.googlesource.com/go/+/"
 
 func main() {
 	flag.Parse()