Skip to content

Commit a3e9b55

Browse files
authored
Bump up markdown-link-check. Ignore 127.0.0.1 (#398)
1 parent add2bc4 commit a3e9b55

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.dlc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
{
44
"pattern": "^http://localhost"
55
},
6+
{
7+
"pattern": "^http://127.0.0.1"
8+
},
69
{
710
"pattern": "^https://github.com/apache/skywalking-java/blob/master/changes/changes-x.y.z.md$"
811
},

.github/workflows/dead-link-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
timeout-minutes: 30
3030
steps:
3131
- uses: actions/checkout@v2
32-
- run: sudo npm install -g markdown-link-check@3.10.0
32+
- run: sudo npm install -g markdown-link-check@3.10.3
3333
- run: |
3434
for file in $(find . -name "*.md"); do
3535
markdown-link-check -c .dlc.json -q "$file"

0 commit comments

Comments
 (0)