From 5e99eb41ecdf55e5482b4823b009f3cfdac6ec22 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Fri, 3 Oct 2025 21:00:43 +0000 Subject: Remove references to, and integrations with, 'tt-rss.org'. --- plugins/bookmarklets/init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') 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 { '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')"]) ?> -- cgit v1.2.3-54-g00ecf