Skip to content

Commit

Permalink
Change new-version landing page to home
Browse files Browse the repository at this point in the history
  • Loading branch information
kk7ds committed Sep 19, 2024
1 parent 1c1efb3 commit af239b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chirp/wxui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit af239b6

Please sign in to comment.