Skip to content

Commit 5d54514

Browse files
authored
Add new URL to exclude list in lychee.toml (Open-CMSIS-Pack#338)
1 parent 3f9b189 commit 5d54514

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/lychee.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ scheme = ["http", "https", "file"]
3030
exclude = [
3131
# Exclude links as cookies needed to be accepted
3232
'https://developer.arm.com',
33-
'https://www.st.com/en/development-tools'
33+
'https://www.st.com/en/development-tools',
34+
'https://editor-next.swagger.io'
3435
]
3536

3637
# Exclude paths from getting checked. The values are treated as regular expressions

0 commit comments

Comments
 (0)