Skip to content

Commit 0364781

Browse files
authored
Fix CI: Ignore LinkedIn links in markdown-link-check (#1955)
## Summary LinkedIn returns 999 status codes for automated link checkers, causing false positives in CI markdown link checking. This is well-documented LinkedIn anti-bot behavior. ## Change Added LinkedIn to the in ## Impact - Fixes failing markdown-link-check CI workflow - Prevents future false positives from LinkedIn URLs in documentation ## Related This fixes the CI failure seen in docs/testimonials/hvmn.md and any other files with LinkedIn profile links.
1 parent 88f1367 commit 0364781

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
},
2727
{
2828
"pattern": "^https://reactrails\\.slack\\.com"
29+
},
30+
{
31+
"pattern": "^https://www\\.linkedin\\.com"
2932
}
3033
],
3134
"replacementPatterns": [

0 commit comments

Comments
 (0)