diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 20:18:56 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 20:18:56 +0000 |
| commit | ec367b23f4e7d6a127e80b918ef28c61172cff6e (patch) | |
| tree | 94d9651245b309938ea1e958981fb3c2240ac9dc /classes/Pref_Prefs.php | |
| parent | eb05374f246b093f3d214ab38406e3f276837be0 (diff) | |
Switch from 'tt-rss-web-static' links to wiki links.
Diffstat (limited to 'classes/Pref_Prefs.php')
| -rw-r--r-- | classes/Pref_Prefs.php | 8 |
1 files changed, 4 insertions, 4 deletions
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 { <?= \Controls\button_tag(\Controls\icon("palette") . " " . __("Customize"), "", ["onclick" => "Helpers.Prefs.customizeCSS()"]) ?> <?= \Controls\button_tag(\Controls\icon("open_in_new") . " " . __("More themes..."), "", - ["class" => "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\")"]) ?> <?php @@ -713,7 +713,7 @@ class Pref_Prefs extends Handler_Protected { print \Controls\button_tag(\Controls\icon("help") . " " . __("More info..."), "", [ "class" => "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 "<input dojoType=\"dijit.form.ValidationTextBox\" @@ -878,7 +878,7 @@ class Pref_Prefs extends Handler_Protected { print_error( T_sprintf("The following plugins use per-feed content hooks. This may cause excessive data usage and origin server load resulting in a ban of your instance: <b>%s</b>" , implode(", ", array_map(fn($plugin) => get_class($plugin), $feed_handlers)) - ) . " (<a href='https://github.com/supahgreg/tt-rss-web-static/blob/main/docs/wiki/FeedHandlerPlugins.md' target='_blank'>".__("More info...")."</a>)" + ) . " (<a href='https://github.com/supahgreg/tt-rss/wiki/Feed-Handler-Plugins' target='_blank'>".__("More info...")."</a>)" ); } ?> --> @@ -890,7 +890,7 @@ class Pref_Prefs extends Handler_Protected { </div> <div dojoType="dijit.layout.ContentPane" region="bottom"> - <button dojoType='dijit.form.Button' class="alt-info pull-right" onclick='window.open("https://github.com/supahgreg/tt-rss-web-static/blob/main/docs/Plugins.md")'> + <button dojoType='dijit.form.Button' class="alt-info pull-right" onclick='window.open("https://github.com/supahgreg/tt-rss/wiki/Plugins")'> <i class='material-icons'>help</i> <?= __("More info") ?> </button> |