diff options
Diffstat (limited to 'classes/Config.php')
| -rw-r--r-- | classes/Config.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/Config.php b/classes/Config.php index 61aab85ca..31d8467d7 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -632,9 +632,9 @@ 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-web-static/blob/main/docs/wiki/InstallationNotes.md">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> + <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 + <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> </body> </html> |