diff options
Diffstat (limited to 'src/bug.adb')
-rw-r--r-- | src/bug.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bug.adb b/src/bug.adb index 0948b97..61d41f4 100644 --- a/src/bug.adb +++ b/src/bug.adb @@ -69,7 +69,7 @@ package body Bug is "******************** GHDL Bug occured ****************************"); Put_Line (Standard_Error, - "Please report this bug on http://gna.org/projects/ghdl"); + "Please report this bug on https://github.com/tgingold/ghdl/issues"); Put_Line (Standard_Error, "GHDL release: " & Ghdl_Release); Put_Line (Standard_Error, "Compiled with " & Get_Gnat_Version); Put_Line (Standard_Error, "In directory: " & |