aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlmain.adb
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2015-12-03 05:07:35 +0100
committerTristan Gingold <gingold@adacore.com>2015-12-03 05:07:35 +0100
commitb8a70f67eb79f09880ac9be1e96b7856b1144246 (patch)
tree4afc46cba26e44d99a041796ccc8b374e24bff52 /src/ghdldrv/ghdlmain.adb
parent085bb7c468ed301ae79c43661e22773e91708695 (diff)
downloadghdl-b8a70f67eb79f09880ac9be1e96b7856b1144246.tar.gz
ghdl-b8a70f67eb79f09880ac9be1e96b7856b1144246.tar.bz2
ghdl-b8a70f67eb79f09880ac9be1e96b7856b1144246.zip
Use github site for reporting problems.
Diffstat (limited to 'src/ghdldrv/ghdlmain.adb')
-rw-r--r--src/ghdldrv/ghdlmain.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlmain.adb b/src/ghdldrv/ghdlmain.adb
index 5baf46e54..cd34fde44 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