-
Notifications
You must be signed in to change notification settings - Fork 4.1k
docs: fix broken links across various documentation files #25057
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
Conversation
📝 WalkthroughWalkthroughThis change updates various documentation URLs in code comments and Markdown documentation files across the project. The updates point to newer, more accurate, or version-specific documentation resources for CometBFT and Cosmos SDK. No functional or logic changes were made to the codebase; only documentation references were modified. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (7)
🧰 Additional context used🪛 LanguageTooldocs/docs/learn/beginner/01-tx-lifecycle.md[style] ~76-~76: ‘Prior to’ might be wordy. Consider a shorter alternative. (EN_WORDINESS_PREMIUM_PRIOR_TO) ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (8)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
|
|
@sashass1315 we have a merge conflict |
Resolved |
|
@sashass1315 more conflicts |
1.Replaced incorrect:
https://github.com/cometbft/cometbft/v2/blob/main/spec/abci/abci%2B%2B_basic_concepts.md
With correct:
https://docs.cometbft.com/v0.38/spec/abci/abci++_basic_concepts#consensusblock-execution-methods
2. Replaced incorrect:
https://docs.cosmos.network/main/building-apps/app-mempool#custom-mempool-handlers
With correct:
https://docs.cosmos.network/main/build/building-apps/app-mempool
3. Replaced incorrect:
https://docs.cometbft.com/master/spec/abci/apps.html#consensus-parameters
With correct:
https://docs.cometbft.com/v0.37/spec/abci/abci++_app_requirements#consensus-parameters
4. Replaced incorrect:
https://docs.cometbft.com/v0.37/spec/p2p/messages/
With correct:
https://docs.cometbft.com/v0.37/spec/p2p/legacy-docs/messages/
5. Replaced incorrect:
https://docs.cometbft.com/v0.37/spec/p2p/messages/mempool/
With correct:
https://docs.cometbft.com/v0.37/spec/p2p/legacy-docs/messages/mempool
6. Replaced incorrect:
https://github.com/cosmos/cosmos-sdk/tree/main/x/auth/spec
With correct:
https://github.com/cosmos/cosmos-sdk/blob/main/x/auth/README.md
7. Replaced incorrect:
https://github.com/cometbft/cometbft/v2/tree/v0.37.x/rpc/core#pagination
With correct:
https://pkg.go.dev/github.com/cometbft/cometbft/rpc/core#Pagination
8. Replaced incorrect:
https://github.com/cosmos/cosmos-sdk/edit/main/docs/docs/README.md
With correct:
https://github.com/cosmos/cosmos-sdk/edit/main/docs/README.md
9. Replaced incorrect:
https://github.com/cometbft/cometbft/v2/blob/main/spec/abci/abci%2B%2B_basic_concepts.md
With correct:
https://docs.cometbft.com/v0.38/spec/abci/abci++_basic_concepts#overview-and-basic-concepts
10. Replaced incorrect:
https://github.com/cometbft/cometbft/v2/blob/main/spec/abci/abci%2B%2B_basic_concepts.md
With correct:
https://docs.cometbft.com/v0.38/spec/abci/abci++_basic_concepts#overview-and-basic-concepts
Summary by CodeRabbit