Skip to content

Commit

Permalink
ignore 403 when checking markdown link
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 committed Jul 25, 2024
1 parent 39353e8 commit 3f51753
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .dlc.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
200,
301,
302,
401
401,
403
]
}

0 comments on commit 3f51753

Please sign in to comment.