Skip to content

Commit e7b82fe

Browse files
committed
Add docs.docker.com to markdown link check ignore list
Docker's website blocks automated link checkers (returns status 0), causing false-positive failures for valid Docker documentation links. Signed-off-by: Federico Kamelhar <federico.kamelhar@oracle.com>
1 parent 4b3320a commit e7b82fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/markdown-link-check-config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
},
2424
{
2525
"pattern": "^https://docs\\.cursor\\.com"
26+
},
27+
{
28+
"pattern": "^https://docs\\.docker\\.com"
2629
}
2730
]
2831
}

0 commit comments

Comments
 (0)