Skip to content

Fix broken relative link to mocha-testnet.md in quick-start.md - #2146

Merged
jcstein merged 2 commits into
mainfrom
copilot/fix-2145
Jul 14, 2025
Merged

Fix broken relative link to mocha-testnet.md in quick-start.md#2146
jcstein merged 2 commits into
mainfrom
copilot/fix-2145

Conversation

Copilot AI commented Jul 14, 2025

Copy link
Copy Markdown
Contributor

This PR fixes a broken link in the quick-start guide that was causing the GitHub Actions link checker to fail.

Problem

The link checker was failing with the error:

Error: [file:///home/runner/work/docs/docs/how-to-guides/how-to-guides/mocha-testnet.md] | Cannot find file

The issue was in how-to-guides/quick-start.md line 13, where the link to the Mocha testnet guide was using an incorrect relative path:

[Mocha testnet](how-to-guides/mocha-testnet.md)

Since quick-start.md is already located in the how-to-guides/ directory, this relative path was resolving to how-to-guides/how-to-guides/mocha-testnet.md, which doesn't exist.

Solution

Changed the link to use the correct relative path since both files are in the same directory:

-[Mocha testnet](how-to-guides/mocha-testnet.md)
+[Mocha testnet](mocha-testnet.md)

Verification

  • ✅ Verified mocha-testnet.md exists in the same directory as quick-start.md
  • ✅ Tested that the new relative path resolves correctly
  • ✅ Confirmed no other similar link issues exist in the repository
  • ✅ Link now points to /home/runner/work/docs/docs/how-to-guides/mocha-testnet.md correctly

This minimal change fixes the GitHub Actions link checker failure while maintaining all existing functionality.

Fixes #2145.


💬 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>
Copilot AI changed the title [WIP] bug: https://github.com/celestiaorg/docs/actions/runs/16273675753/job/45947319473 Fix broken relative link to mocha-testnet.md in quick-start.md Jul 14, 2025
Copilot AI requested a review from jcstein July 14, 2025 17:59
@jcstein
jcstein marked this pull request as ready for review July 14, 2025 18:12
@jcstein
jcstein merged commit b8b01ed into main Jul 14, 2025
@jcstein
jcstein deleted the copilot/fix-2145 branch July 14, 2025 18:12
@github-actions

Copy link
Copy Markdown
Contributor
PR Preview Action v1.6.2
Preview removed because the pull request was closed.
2025-07-14 18:13 UTC

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.

bug: https://github.com/celestiaorg/docs/actions/runs/16273675753/job/45947319473

2 participants