Fix broken relative link to mocha-testnet.md in quick-start.md - #2146
Merged
Conversation
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
jcstein
approved these changes
Jul 14, 2025
Contributor
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
The issue was in
how-to-guides/quick-start.mdline 13, where the link to the Mocha testnet guide was using an incorrect relative path:Since
quick-start.mdis already located in thehow-to-guides/directory, this relative path was resolving tohow-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:
Verification
mocha-testnet.mdexists in the same directory asquick-start.md/home/runner/work/docs/docs/how-to-guides/mocha-testnet.mdcorrectlyThis 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.