From d391a01de7cb8509cf92fa005b51b282f34c39d7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 30 May 2022 11:50:25 +0300 Subject: [PATCH] bookmarklets: fix wiki URL --- plugins/bookmarklets/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bookmarklets/init.php b/plugins/bookmarklets/init.php index 72aeb2c38..4a7a35608 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://git.tt-rss.org/fox/tt-rss/wiki/ShareAnything"); + "https://tt-rss.org/wiki/ShareAnything"); } function init($host) {