diff options
author | Arnaud Charlet <charlet@adacore.com> | 2020-01-22 07:13:42 -0500 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2020-06-04 05:11:00 -0400 |
commit | 32cc67203388abd9559b8acc6997b3c26dcc7080 (patch) | |
tree | 030c992a859a9281df1d455b0695e67420647935 /gcc | |
parent | b5682bf40cedf95d1e0150c6a6ba7a64c59fd968 (diff) | |
download | gcc-32cc67203388abd9559b8acc6997b3c26dcc7080.zip gcc-32cc67203388abd9559b8acc6997b3c26dcc7080.tar.gz gcc-32cc67203388abd9559b8acc6997b3c26dcc7080.tar.bz2 |
[Ada] Update URL and bug report instructions
2020-06-04 Arnaud Charlet <charlet@adacore.com>
gcc/ada/
* comperr.adb (Compiler_Abort): Update URL and bug report
instructions.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/comperr.adb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/comperr.adb b/gcc/ada/comperr.adb index 7332750..21962ce 100644 --- a/gcc/ada/comperr.adb +++ b/gcc/ada/comperr.adb @@ -310,8 +310,8 @@ package body Comperr is End_Line; Write_Str - ("| http://www.adacore.com/ " & - "section 'send a report'."); + ("| https://www.adacore.com/login?mode=gap " & + "section 'Create New Ticket'."); End_Line; Write_Str @@ -325,8 +325,8 @@ package body Comperr is End_Line; Write_Str - ("| http://www.adacore.com/gnattracker/ " & - "section 'send a report'."); + ("| https://www.adacore.com/login " & + "section 'Create New Ticket'."); End_Line; Write_Str |