From: Alberto Donizetti Date: Thu, 1 Jan 2015 21:40:11 +0000 (+0100) Subject: cmd/gc: update issue tracker link X-Git-Tag: go1.5beta1~2481 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=307e2706cbf4b9bf7247cf8118908a3cdff93fd7;p=gostls13.git cmd/gc: update issue tracker link Updated the issue tracker link the compiler prints out when asking for a bug report after an internal error. Change-Id: I092b118130f131c6344d9d058bea4ad6379032b8 Reviewed-on: https://go-review.googlesource.com/2218 Reviewed-by: Brad Fitzpatrick --- diff --git a/src/cmd/gc/subr.c b/src/cmd/gc/subr.c index f01e9c57f5..7d2f8773fc 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();