From 0d9a033e3e2e7342d2976efd143040449bdf664d Mon Sep 17 00:00:00 2001 From: supahgreg Date: Thu, 16 Oct 2025 12:16:42 +0000 Subject: Switch to the friendly URL for 'plugins.json'. --- classes/Pref_Prefs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') diff --git a/classes/Pref_Prefs.php b/classes/Pref_Prefs.php index ab1cc0048..ff6b6f451 100644 --- a/classes/Pref_Prefs.php +++ b/classes/Pref_Prefs.php @@ -1314,7 +1314,7 @@ class Pref_Prefs extends Handler_Protected { */ private function _get_available_plugins(): array { if ($_SESSION["access_level"] >= UserHelper::ACCESS_LEVEL_ADMIN && Config::get(Config::ENABLE_PLUGIN_INSTALLER)) { - $content = json_decode(UrlHelper::fetch(['url' => 'https://tt-rss.github.io/tt-rss/plugins.json']), true); + $content = json_decode(UrlHelper::fetch(['url' => 'https://tt-rss.org/tt-rss/plugins.json']), true); if ($content) { return $content; -- cgit v1.2.3-54-g00ecf