From 307e2706cbf4b9bf7247cf8118908a3cdff93fd7 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Thu, 1 Jan 2015 22:40:11 +0100 Subject: [PATCH] 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 --- src/cmd/gc/subr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.50.0