summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwn_ <[email protected]>2023-02-05 16:42:07 +0000
committerwn_ <[email protected]>2023-02-05 16:42:07 +0000
commit18e201aa31bcb43db0def3b940404f84b8304f8d (patch)
tree5c015efbe29eb3bbaba52b6e736c1c42b677918b
parentcc4e851bf0e0c302017c91c03bb384607e159c68 (diff)
Update repo URLs.
-rw-r--r--README.md2
-rw-r--r--init.php2
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
<p>
${__('Configuration item descriptions may be found in %s.')
.replace('%s',
- '<a target="_blank" rel="noreferrer noopener" href="https://git.tt-rss.org/fox/tt-rss.git/tree/classes/config.php">classes/config.php</a>')
+ '<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>')
}
</p>