We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c08271 commit aa931bcCopy full SHA for aa931bc
README.md
@@ -20,7 +20,7 @@ DocBase上でメンバー名を調整したあとで、JSON形式でファイル
20
※ スクリプトの作成・動作確認はRuby2.4.1で行っております
21
22
```
23
-$ git clone https://github.com/fukayatsu/d2e.git
+$ git clone https://github.com/esaio/d2e.git
24
$ bundle install
25
$ cp config.sample.yml config.yml
26
@@ -32,7 +32,7 @@ $ cp config.sample.yml config.yml
32
- `config.yml` にAPIトークンや設定を記述します
33
- 必要に応じて `lib/converter.rb` の内容を変更します。
34
- docbase上のデータをesa上のデータに変更する部分を主に調整していただくと良さそうです。
35
- - => https://github.com/fukayatsu/d2e/blob/master/lib/converter.rb
+ - => https://github.com/esaio/d2e/blob/master/lib/converter.rb
36
37
## スクリプトの動作確認(Dry Run)
38
0 commit comments