Skip to content

docs(rpc): fix mis-aimed RPC links - #594

Merged
thephez merged 3 commits into
dashpay:23.0.0from
thephez:rpc-link-fix
Sep 15, 2026
Merged

thephez merged 3 commits into
dashpay:23.0.0from
thephez:rpc-link-fix

Conversation

@thephez

@thephez thephez commented Sep 15, 2026

Copy link
Copy Markdown
Collaborator

The getzmqnotifications intro link pointed at getblockchaininfo on the blockchain RPCs page instead of its own section. A pass over the docs found one more of the same class: a signrawtransaction link whose display text named an RPC that no longer exists (the anchor was already correct, so only the text changed).

Adds scripts/check-rpc-links.py to catch this class of error. It flags links where the anchor names a different RPC than the link text, exempting subcommands like mnsync reset#mnsync. Across 295 links it reports no false positives and catches both bugs fixed here.

Fixes #593

Preview build: https://dash-docs--594.org.readthedocs.build/en/594/

@coderabbitai

coderabbitai Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

Next included review available in 34 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: bad662a3-ba24-4838-ad35-af74d438a611

📥 Commits

Reviewing files that changed from the base of the PR and between c732b31 and c2b0ee4.

📒 Files selected for processing (3)
  • docs/core/api/remote-procedure-calls-raw-transactions.md
  • docs/core/api/remote-procedure-calls-zmq.md
  • scripts/check-rpc-links.py

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@thephez
thephez merged commit 3a3a65d into dashpay:23.0.0 Sep 15, 2026
2 checks passed
@thephez
thephez deleted the rpc-link-fix branch September 15, 2026 13:41
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: getzmqnotifications intro link points at getblockchaininfo (add RPC self-link check)

1 participant