diff options
Diffstat (limited to 'contrib/gcc')
-rw-r--r-- | contrib/gcc/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/version.c b/contrib/gcc/version.c index 0da50b1..dd972ac 100644 --- a/contrib/gcc/version.c +++ b/contrib/gcc/version.c @@ -18,7 +18,7 @@ forward us bugs reported to you, if you determine that they are not bugs in your modifications.) */ -const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>"; +const char bug_report_url[] = "<URL:http://www.freebsd.org/send-pr.html>"; /* The complete version string, assembled from several pieces. BASEVER, DATESTAMP, and DEVPHASE are defined by the Makefile. */ |