From 215f6bf88d3bcc00e2b124b19f34dee4c3face6d Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Wed, 21 Jun 2017 09:37:54 -0700 Subject: [PATCH] Outdated Bugtracker link in Unexpected Error reporting wizard Fixes #10100 --- gramps/gen/const.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps/gen/const.py b/gramps/gen/const.py index 4ccbed63a..128c21b02 100644 --- a/gramps/gen/const.py +++ b/gramps/gen/const.py @@ -55,8 +55,8 @@ from gramps.version import VERSION, VERSION_TUPLE, major_version #------------------------------------------------------------------------- URL_HOMEPAGE = "http://gramps-project.org/" URL_MAILINGLIST = "http://sourceforge.net/mail/?group_id=25770" -URL_BUGHOME = "http://bugs.gramps-project.org" -URL_BUGTRACKER = "http://bugs.gramps-project.org/bug_report_page.php" +URL_BUGHOME = "http://gramps-project.org/bugs" +URL_BUGTRACKER = "http://gramps-project.org/bugs/bug_report_page.php" URL_WIKISTRING = "http://gramps-project.org/wiki/index.php?title=" URL_MANUAL_PAGE = "Gramps_%s_Wiki_Manual" % major_version URL_MANUAL_DATA = '%s_-_Entering_and_editing_data:_detailed' % URL_MANUAL_PAGE