File tree 3 files changed +4
-11
lines changed
3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 21
21
- name : Check links
22
22
run : |
23
23
npm install -g markdown-link-check
24
- find . -name \*.md -print0 | xargs -0 -n1 markdown-link-check --config markdown-link-check-config.json
24
+ find . -name \*.md -print0 | xargs -0 -n1 markdown-link-check
25
25
26
26
- name : Notify Slack
27
27
if : ${{ failure() }}
Original file line number Diff line number Diff line change 4
4
5
5
## ドキュメントの構成
6
6
7
- - [ docs/el-training.md] ( /docs/el-training.md )
7
+ - [ docs/el-training.md] ( https://github.com/everyleaf/el-training/blob/master /docs/el-training.md)
8
8
- 新入社員教育用カリキュラムのドキュメントです
9
- - [ docs/topics.md] ( /docs/topics.md )
9
+ - [ docs/topics.md] ( https://github.com/everyleaf/el-training/blob/master /docs/topics.md)
10
10
- カリキュラムに具体的には含まれていませんが、知ってほしいトピックをまとめたドキュメントです
11
- - [ docs/optional_issues.md] ( /docs/ /optional_issues.md)
11
+ - [ docs/optional_issues.md] ( https://github.com/everyleaf/el-training/blob/master/docs /optional_issues.md)
12
12
- オプション課題をまとめたドキュメントです
13
13
14
14
## ライセンス
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments