update wsjt-x homepage url

This commit is contained in:
Jakob Ketterl
2023-02-14 15:37:37 +01:00
parent cc4f3c6c1d
commit 2993cc4279
2 changed files with 2 additions and 2 deletions

View File

@ -428,7 +428,7 @@ class FeatureDetector(object):
def has_wsjtx(self):
"""
To decode FT8 and other digimodes, you need to install the WSJT-X software suite. Please check the
[WSJT-X homepage](https://physics.princeton.edu/pulsar/k1jt/wsjtx.html) for ready-made packages or instructions
[WSJT-X homepage](https://wsjt.sourceforge.io/) for ready-made packages or instructions
on how to build from source.
"""
return reduce(and_, map(self.command_is_runnable, ["jt9", "wsprd"]), True)