Switch from 'tt-rss-web-static' links to wiki links.

This commit is contained in:
supahgreg
2025-10-05 20:18:56 +00:00
parent eb05374f24
commit ec367b23f4
9 changed files with 17 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ class Bookmarklets extends Plugin {
"Easy feed subscription and web page sharing using bookmarklets",
"fox",
false,
"https://github.com/supahgreg/tt-rss-web-static/blob/main/docs/wiki/ShareAnything.md");
"https://github.com/supahgreg/tt-rss/wiki/Share-Anything");
}
function init($host) {
@@ -371,7 +371,7 @@ class Bookmarklets extends Plugin {
</label>
<?= \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/ShareAnything.md')"]) ?>
["class" => 'alt-info', "onclick" => "window.open('https://github.com/supahgreg/tt-rss/wiki/Share-Anything')"]) ?>
</div>