summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/gui/element_info.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gui/element_info.py b/lib/gui/element_info.py
index cf260b5f..9d0f654b 100644
--- a/lib/gui/element_info.py
+++ b/lib/gui/element_info.py
@@ -57,8 +57,8 @@ class ElementInfoFrame(wx.Frame):
self.website_link = wx.adv.HyperlinkCtrl(
self.help,
wx.ID_ANY,
- _("https://inkstitch.org/troubleshoot#element-info"),
- _("https://inkstitch.org/troubleshoot#element-info")
+ _("https://inkstitch.org/docs/troubleshoot#element-info"),
+ _("https://inkstitch.org/docs/troubleshoot#element-info")
)
help_sizer.Add(self.website_link, 0, wx.ALL, 8)