From a7d5566aa9a88e5206928d3a0a68065ad65776d0 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Mon, 6 Oct 2025 19:02:28 +0000 Subject: Switch links to the 'tt-rss' GitHub organization. --- classes/Config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'classes/Config.php') diff --git a/classes/Config.php b/classes/Config.php index fdb673bba..0a741fd73 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -272,7 +272,7 @@ class Config { Config::CHECK_FOR_PLUGIN_UPDATES => [ "true", Config::T_BOOL ], Config::ENABLE_PLUGIN_INSTALLER => [ "true", Config::T_BOOL ], Config::AUTH_MIN_INTERVAL => [ 5, Config::T_INT ], - Config::HTTP_USER_AGENT => [ 'Tiny Tiny RSS/%s (https://github.com/supahgreg/tt-rss)', + Config::HTTP_USER_AGENT => [ 'Tiny Tiny RSS/%s (https://github.com/tt-rss/tt-rss)', Config::T_STRING ], Config::HTTP_429_THROTTLE_INTERVAL => [ 3600, Config::T_INT ], Config::DISABLE_LOGIN_FORM => [ "", Config::T_BOOL ], @@ -632,8 +632,8 @@ class Config { -

You might want to check the tt-rss wiki or - discussions for more information. +

You might want to check the tt-rss wiki or + discussions for more information. Please search before creating a new topic for your question.

-- cgit v1.2.3-54-g00ecf