From 32d0ac744ea45b45b7a15fce321d6a138b963a2b Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Tue, 27 Jul 2021 15:11:14 +0200 Subject: [PATCH] Golinks: Repo moved to git.mills.io --- modules/Golinks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/Golinks.php b/modules/Golinks.php index 786473a..04390ff 100644 --- a/modules/Golinks.php +++ b/modules/Golinks.php @@ -2,10 +2,10 @@ class Golinks extends PatchBase { function __construct() { - parent::__construct('James Mills', 'golinks', 'https://prologic.github.io/golinks/'); + parent::__construct('James Mills', 'golinks', 'https://git.mills.io/prologic/golinks'); } function check() : bool { - if ($this->fetch_json('https://api.github.com/repos/prologic/golinks/releases/latest')) + if ($this->fetch_json('https://git.mills.io/api/v1/repos/prologic/golinks/releases?pre-release=false&limit=1')) return $this->parse_json('tag_name'); return false; }