summaryrefslogtreecommitdiff
path: root/plugins/bookmarklets/init.php
diff options
context:
space:
mode:
authorGreg <supahgreg@users.noreply.github.com>2025-10-06 14:33:29 -0500
committerGitHub <noreply@github.com>2025-10-06 14:33:29 -0500
commit2cfb58cf8cf872c164d12d1a4ecec55388f4b502 (patch)
tree9eb481e4402cb70de41b037c7e0b0c2a869c46bc /plugins/bookmarklets/init.php
parent14ac789ddce61acbdecc92a71bad030892079d22 (diff)
parenta7d5566aa9a88e5206928d3a0a68065ad65776d0 (diff)
Merge pull request #8 from tt-rss/feature/switch-to-github-org
Switch links to the 'tt-rss' GitHub organization
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 fbf13e653..50784e118 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/wiki/Share-Anything");
+ "https://github.com/tt-rss/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/wiki/Share-Anything')"]) ?>
+ ["class" => 'alt-info', "onclick" => "window.open('https://github.com/tt-rss/tt-rss/wiki/Share-Anything')"]) ?>
</div>