diff options
Diffstat (limited to 'src/ghdldrv')
-rw-r--r-- | src/ghdldrv/ghdlmain.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlmain.adb b/src/ghdldrv/ghdlmain.adb index 841d6ccc5..81337af50 100644 --- a/src/ghdldrv/ghdlmain.adb +++ b/src/ghdldrv/ghdlmain.adb @@ -144,7 +144,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 issues on https://github.com/tgingold/ghdl"); + Put_Line ("Report issues on https://github.com/ghdl/ghdl"); elsif Args'Length = 1 then C := Find_Command (Args (1).all); if C = null then |