diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 4514727..ffe03ef 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -23,4 +23,4 @@ jobs: npm install -g markdown-link-check - name: Check links in Markdown files - run: find . -name '*.md' -print0 | xargs -0 -n1 markdown-link-check -q -c .markdown-link-config.yaml + run: find . -name '*.md' -print0 | xargs -0 -n1 markdown-link-check -q -c .markdown-link-check.yaml