Browse Source

update migration script links to point to stable branch

tags/v2.6.0-rc1
Shivaram Lingamneni 3 years ago
parent
commit
3fc277e733
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/MANUAL.md

+ 1
- 1
docs/MANUAL.md View File

914
 
914
 
915
 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:
915
 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:
916
 
916
 
917
-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.
917
+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.
918
 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.)
918
 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.)
919
 1. Convert the database to JSON, e.g., with `python3 ./anope2json.py anope.db output.json`
919
 1. Convert the database to JSON, e.g., with `python3 ./anope2json.py anope.db output.json`
920
 1. Copy your desired Oragono config to `./ircd.yaml` (make any desired edits)
920
 1. Copy your desired Oragono config to `./ircd.yaml` (make any desired edits)

Loading…
Cancel
Save