From 3e03e7411ab0c3b69220e04d3eec0f528ca48858 Mon Sep 17 00:00:00 2001 From: wn_ Date: Sat, 28 Oct 2023 15:00:36 +0000 Subject: Fix repo URLs --- init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.php b/init.php index 4ca1f1a..f7d6522 100644 --- a/init.php +++ b/init.php @@ -16,7 +16,7 @@ class Prefs_Effective_Config extends Plugin 'Shows your effective tt-rss config @ Preferences --> System', // description 'wn', // author false, // is system - 'https://dev.tt-rss.org/fox/ttrss-prefs-effective-config', // more info URL + 'https://gitlab.tt-rss.org/tt-rss/plugins/ttrss-prefs-effective-config', // more info URL ]; } @@ -77,7 +77,7 @@ class Prefs_Effective_Config extends Plugin

${__('Configuration item descriptions may be found in %s.') .replace('%s', - 'classes/config.php') + 'classes/config.php') }

-- cgit v1.2.3