summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwn <[email protected]>2023-10-28 15:02:10 +0000
committerwn <[email protected]>2023-10-28 15:02:10 +0000
commitadd811edba63de66329c697f066ad8c8ecdb07be (patch)
treed3fcea820d5f0d05081f057325abdb499821c6af
parent8ebe85eb59f13348f7123f0f361c804cc0a3be53 (diff)
parent3e03e7411ab0c3b69220e04d3eec0f528ca48858 (diff)
Merge branch 'bugfix/config-class-url' into 'master'HEADmaster
Fix repo URLs See merge request tt-rss/plugins/ttrss-prefs-effective-config!2
-rw-r--r--init.php4
1 files 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
<p>
${__('Configuration item descriptions may be found in %s.')
.replace('%s',
- '<a target="_blank" rel="noreferrer noopener" href="https://dev.tt-rss.org/tt-rss/tt-rss/src/branch/master/classes/config.php">classes/config.php</a>')
+ '<a target="_blank" rel="noreferrer noopener" href="https://gitlab.tt-rss.org/tt-rss/tt-rss/-/blob/master/classes/Config.php">classes/config.php</a>')
}
</p>