Skip to content

Fix broken lychee.cli.rs links in README and configuration#2173

Merged
jcstein merged 2 commits intomainfrom
copilot/fix-2172
Jul 28, 2025
Merged

Fix broken lychee.cli.rs links in README and configuration#2173
jcstein merged 2 commits intomainfrom
copilot/fix-2172

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jul 28, 2025

The documentation contained broken links to https://lychee.cli.rs/ which is not a valid domain and causes link checking failures. The links were found in two locations:

  1. README.md line 33: Reference to lychee tool in the link checking section
  2. lychee.toml line 2: Configuration file comment with reference URL

Both links have been updated to point to the official lychee repository at https://github.com/lycheeverse/lychee, which provides the same documentation and is the canonical source for the lychee link checker tool.

The fix ensures that:

  • Users can successfully access lychee documentation when clicking links
  • Link checking tools no longer report these URLs as broken
  • All references point to the maintained and accessible GitHub repository

Fixes #2172.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • lychee.cli.rs
    • Triggering command: curl -I REDACTED (dns block)
  • lycheeverse.github.io
    • Triggering command: curl -I REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Co-authored-by: jcstein <46639943+jcstein@users.noreply.github.com>
@jcstein jcstein marked this pull request as ready for review July 28, 2025 13:22
@jcstein jcstein merged commit 629d2fe into main Jul 28, 2025
3 checks passed
@jcstein jcstein deleted the copilot/fix-2172 branch July 28, 2025 13:22
Copilot AI restored the copilot/fix-2172 branch July 28, 2025 13:23
Copilot AI changed the title [WIP] docs: broken link Fix broken lychee.cli.rs links in README and configuration Jul 28, 2025
Copilot AI requested a review from jcstein July 28, 2025 13:23
@github-actions
Copy link
Copy Markdown
Contributor

PR Preview Action v1.6.2
Preview removed because the pull request was closed.
2025-07-28 13:23 UTC

@jcstein jcstein deleted the copilot/fix-2172 branch October 23, 2025 17:10
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.

docs: broken link

2 participants