Skip to content

Commit 36e298c

Browse files
Update the link checker (old hook was deprecated)
1 parent 244e537 commit 36e298c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ action file.
77

88
The underlying checker is from Tom Cort,
99
[markdown-link-check](https://github.com/tcort/markdown-link-check). This
10-
is wrapped by Gaurav Nelson's [github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check).
10+
is wrapped in [github-action-markdown-link-check](https://github.com/tcort/github-action-markdown-link-check).
1111

1212
Note this checker checks markdown files directly, thus it will not check any links
1313
in `html` files on the site. To deal with the fact that Jekyll builds the site

.github/workflows/link_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Jekyll Build
1919
run: bundler exec jekyll build
2020
- name: Check Links
21-
uses: gaurav-nelson/github-action-markdown-link-check@v1
21+
uses: tcort/github-action-markdown-link-check@v1
2222
with:
2323
config-file: '.github/config/mdcheck.json'
2424
check-modified-files-only: 'yes'

0 commit comments

Comments
 (0)