Skip to content

Fix dead links detected by Lychee link checker#202

Merged
DavidKRK merged 3 commits into
gh-pagesfrom
copilot/fix-dead-links-on-davidkrk-com
Apr 21, 2026
Merged

Fix dead links detected by Lychee link checker#202
DavidKRK merged 3 commits into
gh-pagesfrom
copilot/fix-dead-links-on-davidkrk-com

Conversation

Copilot AI commented Apr 21, 2026

Copy link
Copy Markdown
Contributor

Lychee CI was reporting 5 link errors across the repo. This resolves all actionable ones.

Changes

  • .github/ISSUE_TEMPLATE/feature_request.md — Badge pointed to deleted backup.yml; updated to reference the existing maintenance.yml (which absorbed the backup job)
  • index.html — Removed dangling <link> to assets/css/responsive.css (file never existed; @media queries already live in style.css)
  • .lychee.toml — Added exclusions for two false positives:
    • mysql.com — returns 403 to automated crawlers (anti-bot)
    • scripts.sil.org — intermittently times out (referenced in bundled font LICENSE)
exclude = [
  "^mailto:",
  "soundcloud\\.com",
  "formspree\\.io",
  "mysql\\.com",
  "scripts\\.sil\\.org"
]

@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copilot AI linked an issue Apr 21, 2026 that may be closed by this pull request
@DavidKRK DavidKRK marked this pull request as ready for review April 21, 2026 04:03
Copilot AI review requested due to automatic review settings April 21, 2026 04:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@DavidKRK DavidKRK requested a review from Copilot April 21, 2026 04:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI changed the title [WIP] Fix dead links detected on davidkrk.com Fix dead links detected by Lychee link checker Apr 21, 2026
Copilot AI requested a review from DavidKRK April 21, 2026 04:05

@DavidKRK DavidKRK left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK pour moi, rectifie @copilot

@DavidKRK DavidKRK merged commit 89b9f33 into gh-pages Apr 21, 2026
11 of 13 checks passed
@DavidKRK DavidKRK deleted the copilot/fix-dead-links-on-davidkrk-com branch April 21, 2026 04:09
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.

🔗 Liens morts détectés sur davidkrk.com

3 participants