summaryrefslogtreecommitdiff
path: root/classes/Config.php
diff options
context:
space:
mode:
authorGreg <supahgreg@users.noreply.github.com>2025-10-06 14:33:29 -0500
committerGitHub <noreply@github.com>2025-10-06 14:33:29 -0500
commit2cfb58cf8cf872c164d12d1a4ecec55388f4b502 (patch)
tree9eb481e4402cb70de41b037c7e0b0c2a869c46bc /classes/Config.php
parent14ac789ddce61acbdecc92a71bad030892079d22 (diff)
parenta7d5566aa9a88e5206928d3a0a68065ad65776d0 (diff)
Merge pull request #8 from tt-rss/feature/switch-to-github-org
Switch links to the 'tt-rss' GitHub organization
Diffstat (limited to 'classes/Config.php')
-rw-r--r--classes/Config.php6
1 files changed, 3 insertions, 3 deletions
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 {
<?php foreach ($errors as $error) { echo self::format_error($error); } ?>
- <p>You might want to check the tt-rss <a target="_blank" href="https://github.com/supahgreg/tt-rss/wiki">wiki</a> or
- <a target="_blank" href="https://github.com/supahgreg/tt-rss/discussions">discussions</a> for more information.
+ <p>You might want to check the tt-rss <a target="_blank" href="https://github.com/tt-rss/tt-rss/wiki">wiki</a> or
+ <a target="_blank" href="https://github.com/tt-rss/tt-rss/discussions">discussions</a> for more information.
Please search before creating a new topic for your question.</p>
</div>
</body>