From 12246364034490a5cc5aa095a3ae2cd140ab3541 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Tue, 17 Oct 2023 19:50:44 +0200 Subject: element info: update link (#2558) --- lib/gui/element_info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/gui') 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) -- cgit v1.2.3