summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-05-30 11:51:22 +0300
committerAndrew Dolgov <[email protected]>2022-05-30 11:51:22 +0300
commita8bd8fdc0d4e00619d943ded361a709b4884a0b3 (patch)
treea583d22399781678426b2fe6683872c300145cec
parent40bb22328835fbd604abace34233bb95df6d7297 (diff)
update external links
-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 a7e8040..a878551 100644
--- a/README.md
+++ b/README.md
@@ -9,4 +9,4 @@ to transfer articles between different database types (i.e. MySQL to PostgreSQL)
2. Enable in ``PLUGINS`` directive of ``config.php``
3. Plugin is invoked using command line: ``php ./update.php --help``
-See the [wiki](https://git.tt-rss.org/fox/ttrss-data-migration/wiki) for more information.
+See the [wiki](https://dev.tt-rss.org/fox/ttrss-data-migration/wiki) for more information.
diff --git a/init.php b/init.php
index 5a117c0..ec6b9c3 100644
--- a/init.php
+++ b/init.php
@@ -15,7 +15,7 @@ class Data_Migration extends Plugin {
"Migrates user articles using neutral format",
"fox",
true,
- "https://git.tt-rss.org/fox/ttrss-data-migration/wiki");
+ "https://dev.tt-rss.org/fox/ttrss-data-migration/wiki");
}
/**