summaryrefslogtreecommitdiff
path: root/classes/Config.php
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-06 02:45:35 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-06 02:45:35 +0000
commit958d25b831c37f3eb28902ff6674ad67adbd52c6 (patch)
tree058172016818f5a5b072f0879853328cae73ba59 /classes/Config.php
parentd5c3d75ff208ffe6c8d56db719bba06795c64f66 (diff)
minor: Update the wiki link in 'Config::sanity_check()'.
Diffstat (limited to 'classes/Config.php')
-rw-r--r--classes/Config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Config.php b/classes/Config.php
index 31d8467d7..fdb673bba 100644
--- a/classes/Config.php
+++ b/classes/Config.php
@@ -632,7 +632,7 @@ 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/Installation-Notes">wiki</a> or
+ <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.
Please search before creating a new topic for your question.</p>
</div>