-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: markdown links #3778
fix: markdown links #3778
Conversation
WalkthroughWalkthroughThe recent changes involve renaming terminology in the documentation related to the Celestia consensus network. The term "full consensus nodes" has been simplified to "consensus nodes" for clarity. Additionally, specific URLs for documentation have been updated to point to exact commits, enhancing user navigation. Overall, these modifications aim to simplify language and improve access to relevant resources without altering the underlying functionality of the software. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Documentation
participant Node
User->>Documentation: Access updated documentation
Documentation->>Node: Provides info on starting a consensus node
Node->>User: User starts a consensus node with RPC endpoint
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏
Fixes a few broken links. See [failing CI](https://github.com/celestiaorg/celestia-app/actions/runs/10354113554/job/28658603156). ## Testing `make markdown-link-check` passes locally (cherry picked from commit a049c57) # Conflicts: # specs/src/specs/namespace.md
Fixes a few broken links. See [failing CI](https://github.com/celestiaorg/celestia-app/actions/runs/10354113554/job/28658603156). ## Testing `make markdown-link-check` passes locally<hr>This is an automatic backport of pull request #3778 done by [Mergify](https://mergify.com). --------- Co-authored-by: Rootul P <[email protected]>
Fixes a few broken links. See failing CI.
Testing
make markdown-link-check
passes locally