From a8bd8fdc0d4e00619d943ded361a709b4884a0b3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 30 May 2022 11:51:22 +0300 Subject: update external links --- README.md | 2 +- init.php | 2 +- 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"); } /** -- cgit v1.2.3