From b8a70f67eb79f09880ac9be1e96b7856b1144246 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 3 Dec 2015 05:07:35 +0100 Subject: Use github site for reporting problems. --- dist/gcc/README | 2 +- dist/mcode/README | 2 +- src/bug.adb | 2 +- src/ghdldrv/ghdlmain.adb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/gcc/README b/dist/gcc/README index 7a33c85a2..48aa84ba7 100644 --- a/dist/gcc/README +++ b/dist/gcc/README @@ -65,7 +65,7 @@ end Example; There is a mailing list for any questions. You can subscribe via: https://mail.gna.org/listinfo/ghdl-discuss/ -Please report bugs on https://gna.org/bugs/?group=ghdl +Please report bugs on https://github.com/tgingold/ghdl/issues If you cannot compile, please report the gcc version, GNAT version and gcc source version. diff --git a/dist/mcode/README b/dist/mcode/README index a10cd6efc..1e591b0b5 100644 --- a/dist/mcode/README +++ b/dist/mcode/README @@ -42,6 +42,6 @@ run winbuild. The installer is in the windows directory. -Send bugs and comments on http://gna.org/project/ghdl +Send bugs and comments on https://github.com/tgingold/ghdl Tristan Gingold. diff --git a/src/bug.adb b/src/bug.adb index 0948b97ff..61d41f41a 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 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 -- cgit v1.2.3