Skip to content

fix: exclude false-positive and broken links from dead link checker#2563

Merged
commjoen merged 1 commit into
masterfrom
copilot/fix-failing-dead-link-check
Jun 24, 2026
Merged

fix: exclude false-positive and broken links from dead link checker#2563
commjoen merged 1 commit into
masterfrom
copilot/fix-failing-dead-link-check

Conversation

Copilot AI commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

The dead link checker (lychee) was failing on 5 URLs across 4 files due to two distinct issues.

Failing links

  • https://www.jcchouinard.com/wget/ (aws/README.md, gcp/README.md, azure/README.md) — Server returns HTTP 415 to lychee's requests; false positive, page is valid.
  • https://railway.com/deploy/McqJ_j?referralCode=I07F1[j] (README.md) — Returns HTTP 404 to the link checker.

Fix

Added both patterns to .lycheeignore:

# jcchouinard.com rejects lychee's content-type (415 false positive)
https://www.jcchouinard.com/wget/

# Railway deploy template links return 404 to link checkers
https://railway.com/deploy/*

@commjoen commjoen marked this pull request as ready for review June 24, 2026 02:11
@commjoen commjoen merged commit 4c238ce into master Jun 24, 2026
16 checks passed
@commjoen commjoen deleted the copilot/fix-failing-dead-link-check branch June 24, 2026 02:26
Wassupppp pushed a commit to Wassupppp/wrongsecrets that referenced this pull request Jun 26, 2026
…k-check

fix: exclude false-positive and broken links from dead link checker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants