summaryrefslogtreecommitdiff
path: root/plugins/bookmarklets/init.php
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-05 20:18:56 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-05 20:18:56 +0000
commitec367b23f4e7d6a127e80b918ef28c61172cff6e (patch)
tree94d9651245b309938ea1e958981fb3c2240ac9dc /plugins/bookmarklets/init.php
parenteb05374f246b093f3d214ab38406e3f276837be0 (diff)
Switch from 'tt-rss-web-static' links to wiki links.
Diffstat (limited to 'plugins/bookmarklets/init.php')
-rw-r--r--plugins/bookmarklets/init.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/bookmarklets/init.php b/plugins/bookmarklets/init.php
index 889fa55be..fbf13e653 100644
--- a/plugins/bookmarklets/init.php
+++ b/plugins/bookmarklets/init.php
@@ -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>