Skip to content

Commit 2f99578

Browse files
committed
example/outyet: Change baseurl to go.googlesource.com.
Change-Id: I661a56f9b18838382f23779195c4efc0cd85eddd Reviewed-on: https://go-review.googlesource.com/10873 Reviewed-by: Andrew Gerrand <[email protected]>
1 parent def11b6 commit 2f99578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outyet/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var (
3636
version = flag.String("version", "1.4", "Go version")
3737
)
3838

39-
const baseChangeURL = "https://code.google.com/p/go/source/detail?r="
39+
const baseChangeURL = "https://go.googlesource.com/go/+/"
4040

4141
func main() {
4242
flag.Parse()

0 commit comments

Comments
 (0)