Skip to content

Commit 0beb41d

Browse files
author
Kota Uchino
committed
pathの指定ではなくGitHubのURLを指定する
.mdをignoreする必要はなくなったので設定しない
1 parent bb637ef commit 0beb41d

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

.github/workflows/markdown_link_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Check links
2222
run: |
2323
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
2525
2626
- name: Notify Slack
2727
if: ${{ failure() }}

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
## ドキュメントの構成
66

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)
88
- 新入社員教育用カリキュラムのドキュメントです
9-
- [docs/topics.md](/docs/topics.md)
9+
- [docs/topics.md](https://github.com/everyleaf/el-training/blob/master/docs/topics.md)
1010
- カリキュラムに具体的には含まれていませんが、知ってほしいトピックをまとめたドキュメントです
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)
1212
- オプション課題をまとめたドキュメントです
1313

1414
## ライセンス

markdown-link-check-config.json

-7
This file was deleted.

0 commit comments

Comments
 (0)