From 3fc277e73304a884d8fee2e55442795c907603a8 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Wed, 17 Feb 2021 17:16:12 -0500 Subject: [PATCH] update migration script links to point to stable branch --- docs/MANUAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MANUAL.md b/docs/MANUAL.md index c1421d81..f1cfd026 100644 --- a/docs/MANUAL.md +++ b/docs/MANUAL.md @@ -914,7 +914,7 @@ then add the following `startupOptions` to Kiwi's `static/config.json` file (see You can import user and channel registrations from an Anope or Atheme database into a new Oragono database (not all features are supported). Use the following steps: -1. Obtain the relevant migration tool from the latest stable release: [anope2json.py](https://github.com/oragono/oragono/blob/master/distrib/anope/anope2json.py) or [atheme2json.py](https://github.com/oragono/oragono/blob/master/distrib/atheme/atheme2json.py) respectively. +1. Obtain the relevant migration tool from the latest stable release: [anope2json.py](https://github.com/oragono/oragono/blob/stable/distrib/anope/anope2json.py) or [atheme2json.py](https://github.com/oragono/oragono/blob/stable/distrib/atheme/atheme2json.py) respectively. 1. Make a copy of your Anope or Atheme database file. (You may have to stop and start the services daemon to get it to commit all its changes.) 1. Convert the database to JSON, e.g., with `python3 ./anope2json.py anope.db output.json` 1. Copy your desired Oragono config to `./ircd.yaml` (make any desired edits)