From 18e201aa31bcb43db0def3b940404f84b8304f8d Mon Sep 17 00:00:00 2001 From: wn_ Date: Sun, 5 Feb 2023 16:42:07 +0000 Subject: Update repo URLs. --- README.md | 2 +- init.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 402ce2b..6bee511 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ a bit easier to see what the live configuration is and how each value was determ ### Git 1. Clone the repo to **prefs_effective_config** in your tt-rss **plugins.local** directory: - `git clone https://git.tt-rss.org/fox/ttrss-prefs-effective-config prefs_effective_config` + `git clone https://dev.tt-rss.org/tt-rss/ttrss-prefs-effective-config.git prefs_effective_config` 2. Enable the plugin @ Preferences → Plugins diff --git a/init.php b/init.php index 2b9fa4b..008fe1c 100644 --- a/init.php +++ b/init.php @@ -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