diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2017-12-20 14:56:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-20 14:56:33 +0100 |
commit | 31d547c38f1f77ac897f7278c264be601846aec9 (patch) | |
tree | 57f31064577a6b72abc5f37391ab43dc6d106258 /src/ghdldrv | |
parent | 1d61cbbd8743bdae358abf5b43c4a2456e13fc4c (diff) | |
parent | a176a33f0603ef75737f9cea4f272f143cc883cc (diff) | |
download | ghdl-31d547c38f1f77ac897f7278c264be601846aec9.tar.gz ghdl-31d547c38f1f77ac897f7278c264be601846aec9.tar.bz2 ghdl-31d547c38f1f77ac897f7278c264be601846aec9.zip |
Merge pull request #503 from 1138-4EB/update-refs-to-org
update tgingold/ghdl refs to ghdl/ghdl
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 |