diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-10-17 19:50:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-17 19:50:44 +0200 |
| commit | 12246364034490a5cc5aa095a3ae2cd140ab3541 (patch) | |
| tree | f0e03f0eb44c73ab3a0563e79e567f856c2edd7b /lib | |
| parent | 2e648eb1fb09a20eb31ebb140cbbcbeb549206f3 (diff) | |
element info: update link (#2558)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gui/element_info.py | 4 |
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) |
