summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bug.adb2
-rw-r--r--src/ghdldrv/ghdlmain.adb2
2 files changed, 2 insertions, 2 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: " &
diff --git a/src/ghdldrv/ghdlmain.adb b/src/ghdldrv/ghdlmain.adb
index 5baf46e..cd34fde 100644
--- a/src/ghdldrv/ghdlmain.adb
+++ b/src/ghdldrv/ghdlmain.adb
@@ -136,7 +136,7 @@ package body Ghdlmain is
Put_Line ("Also see --options-help for analyzer options.");
New_Line;
Put_Line ("Please, refer to the GHDL manual for more information.");
- Put_Line ("Report bugs on http://gna.org/projects/ghdl");
+ Put_Line ("Report issues on https://github.com/tgingold/ghdl");
elsif Args'Length = 1 then
C := Find_Command (Args (1).all);
if C = null then