From d0253edf40a56403704cc6172300775821f1a1ee Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Wed, 21 Feb 2024 17:52:06 +0100 Subject: [PATCH] RuuviTag: update links --- modules/RuuviTag.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/RuuviTag.php b/modules/RuuviTag.php index 6e22753..11ca363 100644 --- a/modules/RuuviTag.php +++ b/modules/RuuviTag.php @@ -2,10 +2,10 @@ class RuuviTag extends PatchBase { function __construct() { - parent::__construct('Ruuvi Innovations', 'RuuviTag', 'https://lab.ruuvi.com/dfu/'); + parent::__construct('Ruuvi Innovations', 'RuuviTag', 'https://ruuvi.com/software-update/'); } function check() : bool { - if ($this->fetch_json('https://api.github.com/repos/ruuvi/ruuvitag_fw/releases/latest')) + if ($this->fetch_json('https://api.github.com/repos/ruuvi/ruuvi.firmware.c/releases/latest')) return $this->parse_json('tag_name'); return false; }