diff options
Diffstat (limited to 'classes/Pref_Prefs.php')
| -rw-r--r-- | classes/Pref_Prefs.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |