Skip to content

Commit df05d20

Browse files
authored
Also ignore https://logback.qos.ch links (#9512)
1 parent 8d1f3d2 commit df05d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/markdown-link-check-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"pattern": "^https://kotlinlang\\.org/docs/coroutines-overview\\.html$"
1616
},
1717
{
18-
"pattern": "^http://logback\\.qos\\.ch"
18+
"pattern": "^http(s)?://logback\\.qos\\.ch"
1919
}
2020
]
2121
}

0 commit comments

Comments
 (0)