From ec367b23f4e7d6a127e80b918ef28c61172cff6e Mon Sep 17 00:00:00 2001 From: supahgreg Date: Sun, 5 Oct 2025 20:18:56 +0000 Subject: Switch from 'tt-rss-web-static' links to wiki links. --- classes/Config.php | 6 +++--- classes/Pref_Prefs.php | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'classes') 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 { -

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

+

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

diff --git a/classes/Pref_Prefs.php b/classes/Pref_Prefs.php index c50e61016..4d80ac9b7 100644 --- a/classes/Pref_Prefs.php +++ b/classes/Pref_Prefs.php @@ -647,7 +647,7 @@ class Pref_Prefs extends Handler_Protected { "Helpers.Prefs.customizeCSS()"]) ?> "alt-info", "onclick" => "window.open(\"https://github.com/supahgreg/tt-rss-web-static/blob/main/docs/Themes.md\")"]) ?> + ["class" => "alt-info", "onclick" => "window.open(\"https://github.com/supahgreg/tt-rss/wiki/Themes\")"]) ?> "alt-info", - "onclick" => "window.open('https://github.com/supahgreg/tt-rss-web-static/blob/main/docs/wiki/SSL%20Certificate%20Authentication.md')"]); + "onclick" => "window.open('https://github.com/supahgreg/tt-rss/wiki/SSL-Certificate-Authentication')"]); } else if ($pref_name == Prefs::DIGEST_PREFERRED_TIME) { print "%s" , implode(", ", array_map(fn($plugin) => get_class($plugin), $feed_handlers)) - ) . " (".__("More info...").")" + ) . " (".__("More info...").")" ); } ?> --> @@ -890,7 +890,7 @@ class Pref_Prefs extends Handler_Protected {
- -- cgit v1.2.3-54-g00ecf