Skip to content

Fix dead links detected by lychee link checker#169

Merged
DavidKRK merged 2 commits into
gh-pagesfrom
copilot/fix-broken-links-detected
Apr 14, 2026
Merged

Fix dead links detected by lychee link checker#169
DavidKRK merged 2 commits into
gh-pagesfrom
copilot/fix-broken-links-detected

Conversation

Copilot AI commented Apr 14, 2026

Copy link
Copy Markdown
Contributor

Lychee reported 10 errors across the site: missing images in shop.html, a dead external domain in the player README, a moved GitHub repo, and known false-positive 403/405 responses from SoundCloud and formspree.

Changes

  • images/ — Create missing directory with placeholder tshirt-davidkrk.png and qr-tshirt-boutique.png referenced by shop.html
  • assets/player/README.md
    • Remove dead link http://www.foolboymedia.co.uk/ (domain unreachable)
    • Update CaffeinaLab/SiriWaveJSkopiro/siriwave (repo moved)
    • Upgrade Creative Commons link to HTTPS
  • .lychee.toml — New config excluding known false positives:
    exclude = [
      "^mailto:",
      "soundcloud\\.com",   # 403 anti-bot; links are valid
      "formspree\\.io"      # 405 on GET; POST-only endpoint
    ]
  • automation-suite.yml — Pass --config .lychee.toml to the lychee action

@bolt-new-by-stackblitz

Copy link
Copy Markdown

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

@netlify

netlify Bot commented Apr 14, 2026

Copy link
Copy Markdown

Deploy Preview for spiffy-liger-8bab58 ready!

Name Link
🔨 Latest commit 478aedf
🔍 Latest deploy log https://app.netlify.com/projects/spiffy-liger-8bab58/deploys/69de87eb5db02f0008bdca7e
😎 Deploy Preview https://deploy-preview-169--spiffy-liger-8bab58.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI linked an issue Apr 14, 2026 that may be closed by this pull request
@netlify

netlify Bot commented Apr 14, 2026

Copy link
Copy Markdown

Deploy Preview for whimsical-kitsune-85066d ready!

Name Link
🔨 Latest commit 478aedf
🔍 Latest deploy log https://app.netlify.com/projects/whimsical-kitsune-85066d/deploys/69de87eba624650008522184
😎 Deploy Preview https://deploy-preview-169--whimsical-kitsune-85066d.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@DavidKRK DavidKRK marked this pull request as ready for review April 14, 2026 18:26
Copilot AI review requested due to automatic review settings April 14, 2026 18:27

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 broken links detected on the site Fix dead links detected by lychee link checker Apr 14, 2026
Copilot AI requested a review from DavidKRK April 14, 2026 18:32

@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

@DavidKRK DavidKRK merged commit 25148e0 into gh-pages Apr 14, 2026
16 of 17 checks passed
@DavidKRK DavidKRK deleted the copilot/fix-broken-links-detected branch May 3, 2026 17:56
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 le site

3 participants