From a1c0c9d8e468b5d70f479a6a85119c228ea4c291 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Fri, 11 Aug 2023 23:26:34 +0100 Subject: [PATCH] Better URLs for gramplet bar help Fixes #12957. --- gramps/gui/widgets/grampletbar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps/gui/widgets/grampletbar.py b/gramps/gui/widgets/grampletbar.py index 9651b8f578a..adebaf36553 100644 --- a/gramps/gui/widgets/grampletbar.py +++ b/gramps/gui/widgets/grampletbar.py @@ -83,10 +83,10 @@ # ------------------------------------------------------------------------- WIKI_HELP_PAGE = URL_WIKISTRING + URL_MANUAL_PAGE + "_-_Gramplets" WIKI_HELP_GRAMPLETBAR = ( - URL_WIKISTRING + URL_MANUAL_PAGE + "_-_Main_Window#Gramplet_Bar_Menu" + URL_WIKISTRING + URL_MANUAL_PAGE + "_-_Main_Window#Bottombar_and_Sidebar" ) WIKI_HELP_ABOUT_GRAMPLETS = ( - URL_WIKISTRING + URL_MANUAL_PAGE + "_-_Gramplets#What_is_a_Gramplet" + URL_WIKISTRING + URL_MANUAL_PAGE + "_-_Gramplets#What_is_a_Gramplet.3F" ) NL = "\n"