aboutsummaryrefslogtreecommitdiffstats
path: root/src/bug.adb
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2017-12-20 11:57:17 +0100
committer1138-4EB <1138-4EB@users.noreply.github.com>2017-12-20 14:44:21 +0100
commita176a33f0603ef75737f9cea4f272f143cc883cc (patch)
tree57f31064577a6b72abc5f37391ab43dc6d106258 /src/bug.adb
parent1d61cbbd8743bdae358abf5b43c4a2456e13fc4c (diff)
downloadghdl-a176a33f0603ef75737f9cea4f272f143cc883cc.tar.gz
ghdl-a176a33f0603ef75737f9cea4f272f143cc883cc.tar.bz2
ghdl-a176a33f0603ef75737f9cea4f272f143cc883cc.zip
update tgingold/ghdl refs to ghdl/ghdl
Diffstat (limited to 'src/bug.adb')
-rw-r--r--src/bug.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bug.adb b/src/bug.adb
index 0c2c5d5fd..667489de0 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 https://github.com/tgingold/ghdl/issues");
+ "Please report this bug on https://github.com/ghdl/ghdl/issues");
Put_Line (Standard_Error,
"GHDL release: " & Ghdl_Ver & ' ' & Ghdl_Release);
Put_Line (Standard_Error, "Compiled with " & Get_Gnat_Version);