From f60b5938a15fad8f2f255b5ecc4efe8bc83768ff Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Wed, 18 Sep 2024 20:27:23 -0700 Subject: [PATCH] Change new-version landing page to home --- chirp/wxui/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chirp/wxui/main.py b/chirp/wxui/main.py index 54bb91a4..6d47a231 100644 --- a/chirp/wxui/main.py +++ b/chirp/wxui/main.py @@ -1885,7 +1885,7 @@ def display_update_notice(version): CONF.set_int("last_update_check", int(time.time()), "state") - url = 'https://chirpmyradio.com/projects/chirp/wiki/ChirpNextBuild' + url = 'https://chirpmyradio.com' msg = _('A new CHIRP version is available. Please visit the ' 'website as soon as possible to download it!') d = wx.MessageDialog(None, msg, _('New version available'),