From 153e2105b2293c4ae5c5779f1acee1bc89f67f73 Mon Sep 17 00:00:00 2001 From: "Walter A. Boring IV" Date: Wed, 3 Dec 2025 21:01:25 -0500 Subject: [PATCH] Update APRSD WX comment URL to a new link --- aprsd_weewx_plugin/weewx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aprsd_weewx_plugin/weewx.py b/aprsd_weewx_plugin/weewx.py index f0822d2..e1c678c 100644 --- a/aprsd_weewx_plugin/weewx.py +++ b/aprsd_weewx_plugin/weewx.py @@ -337,7 +337,7 @@ class WeewxWXAPRSThread(threads.APRSDThread): rain_since_midnight=rain_since_midnight, humidity=int(round(humidity)), pressure=pressure, - comment="APRSD WX http://pypi.org/project/aprsd", + comment="APRSD WX http://bit.ly/3McOYIF", ) def loop(self):