Skip to content

Commit e177822

Browse files
authored
fix: skip presentations' link checks
1 parent e3b31c9 commit e177822

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.markdown-link-check.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
{"pattern": "toptal\\.com"},
88
{"pattern": "nbirn\\.net"},
99
{"pattern": "^/"},
10-
{"pattern": "^\\.\\./\\.\\./assets/"},
11-
{"pattern": "^\\.\\./\\.\\./"}
10+
{"pattern": "^site/assets/[A-Za-z0-9-]*/presentation"}
1211
]
1312
}

0 commit comments

Comments
 (0)