Skip to content

Commit

Permalink
Better URLs for gramplet bar help
Browse files Browse the repository at this point in the history
Fixes #12957.
  • Loading branch information
Nick-Hall committed Aug 14, 2023
1 parent c37b654 commit a1c0c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gramps/gui/widgets/grampletbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a1c0c9d

Please sign in to comment.