Переглянути джерело

update migration script links to point to stable branch

tags/v2.6.0-rc1
Shivaram Lingamneni 3 роки тому
джерело
коміт
3fc277e733
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      docs/MANUAL.md

+ 1
- 1
docs/MANUAL.md Переглянути файл

@@ -914,7 +914,7 @@ then add the following `startupOptions` to Kiwi's `static/config.json` file (see
914 914
 
915 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 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 919
 1. Convert the database to JSON, e.g., with `python3 ./anope2json.py anope.db output.json`
920 920
 1. Copy your desired Oragono config to `./ircd.yaml` (make any desired edits)

Завантаження…
Відмінити
Зберегти