ソースを参照

Merge pull request #1395 from Mikaela/patch-1

docs/MANUAL.md: fix atheme2json link
tags/v2.5.0-rc1
Shivaram Lingamneni 3年前
コミット
453257aace
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      docs/MANUAL.md

+ 1
- 1
docs/MANUAL.md ファイルの表示

869
 
869
 
870
 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:
870
 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:
871
 
871
 
872
-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/anope/anope2json.py) respectively.
872
+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.
873
 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.)
873
 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.)
874
 1. Convert the database to JSON, e.g., with `python3 ./anope2json.py anope.db output.json`
874
 1. Convert the database to JSON, e.g., with `python3 ./anope2json.py anope.db output.json`
875
 1. Copy your desired Oragono config to `./ircd.yaml` (make any desired edits)
875
 1. Copy your desired Oragono config to `./ircd.yaml` (make any desired edits)

読み込み中…
キャンセル
保存