diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-03 21:00:43 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-03 21:00:43 +0000 |
| commit | 5e99eb41ecdf55e5482b4823b009f3cfdac6ec22 (patch) | |
| tree | 5167514d71b52eeb3315f9ca72b095e189eda8db /plugins/bookmarklets/init.php | |
| parent | c67b943aa894b90103c4752ac430958886b996b2 (diff) | |
Remove references to, and integrations with, 'tt-rss.org'.
Diffstat (limited to 'plugins/bookmarklets/init.php')
| -rw-r--r-- | plugins/bookmarklets/init.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/bookmarklets/init.php b/plugins/bookmarklets/init.php index 206950a5b..889fa55be 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://tt-rss.org/wiki/ShareAnything"); + "https://github.com/supahgreg/tt-rss-web-static/blob/main/docs/wiki/ShareAnything.md"); } 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://tt-rss.org/wiki/ShareAnything')"]) ?> + ["class" => 'alt-info', "onclick" => "window.open('https://github.com/supahgreg/tt-rss-web-static/blob/main/docs/wiki/ShareAnything.md')"]) ?> </div> |