Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
node-version: 'lts/*'
- name: Install markdown-link-check
run: npm i -g markdown-link-check@3.11.0
run: npm i -g markdown-link-check@3.14.1
- name: Run markdown-link-check on MD files
run: find . -name "*.md" | xargs -n 1 markdown-link-check -c markdown_link_check_config.json -q
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fast, scalable network applications. Node.js uses an event-driven, non-blocking
I/O model that makes it lightweight and efficient, perfect for data-intensive
real-time applications that run across distributed devices.

See: http://nodejs.org
See: https://nodejs.org

## How to use this image

Expand Down
15 changes: 8 additions & 7 deletions markdown_link_check_config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"httpHeaders": [
"ignorePatterns": [
{
"urls": [
"https://docs.github.com"
],
"headers": {
"Accept-Encoding": "br, gzip, deflate"
}
"pattern": "^https://nodejs\\.org/"
},
{
"pattern": "^https://www\\.npmjs\\.com/"
},
{
"pattern": "^https://news\\.ycombinator\\.com/"
}
]
}