diff --git a/EDMarketConnector.py b/EDMarketConnector.py index 34c8cb4b..5505b124 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -737,7 +737,7 @@ class AppWindow(object): row += 1 self.appversion_label = tk.Label(frame, text=appversion) self.appversion_label.grid(row=row, column=0, sticky=tk.E) - self.appversion = HyperlinkLabel(frame, compoun=tk.RIGHT, text=_('Release Notes'), url='https://github.com/EDCD/EDMarketConnector/releases/tag/rel-{VERSION}'.format(VERSION=appversion), underline=True) + self.appversion = HyperlinkLabel(frame, compoun=tk.RIGHT, text=_('Release Notes'), url='https://github.com/EDCD/EDMarketConnector/releases/tag/Release/{VERSION}'.format(VERSION=appversion), underline=True) self.appversion.grid(row=row, column=2, sticky=tk.W) row += 1 ############################################################