diff --git a/src/cmd/gc/subr.c b/src/cmd/gc/subr.c index f01e9c57f57..7d2f8773fc9 100644 --- a/src/cmd/gc/subr.c +++ b/src/cmd/gc/subr.c @@ -250,7 +250,7 @@ fatal(char *fmt, ...) if(strncmp(getgoversion(), "release", 7) == 0) { print("\n"); print("Please file a bug report including a short program that triggers the error.\n"); - print("http://code.google.com/p/go/issues/entry?template=compilerbug\n"); + print("https://golang.org/issue/new\n"); } hcrash(); errorexit();