Commit 0364781
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
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
0 commit comments