diff options
| author | Alberto Donizetti <alb.donizetti@gmail.com> | 2015-01-01 22:40:11 +0100 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2015-01-02 15:45:17 +0000 |
| commit | 307e2706cbf4b9bf7247cf8118908a3cdff93fd7 (patch) | |
| tree | e691bfdd1a1a3891d14d8719a8ad72b343cde26b /src/cmd/gc | |
| parent | 29c85739d5492011ead7042ea3a6c2e35e252a36 (diff) | |
| download | go-307e2706cbf4b9bf7247cf8118908a3cdff93fd7.tar.xz | |
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 <bradfitz@golang.org>
Diffstat (limited to 'src/cmd/gc')
| -rw-r--r-- | src/cmd/gc/subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
