fix: correct RPC node link from /usage to /rpc#46
Merged
Conversation
Amp-Thread-ID: https://ampcode.com/threads/T-019c0653-1b87-75f6-8534-ad60596baa55 Co-authored-by: Amp <amp@ampcode.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
snario
pushed a commit
that referenced
this pull request
Feb 3, 2026
* test: add stablecoin dex tests * wip: revert mocktip20 * wip: get next order id * wip: test price to tick * wip: update todos * wip: update test names * wip: update place, placeFlip functions * wip: test create pair * wip: place bid test * wip: place ask order * wip: update bid/ask balance checks * wip: place flip balance checks * wip: execute block test * wip: getTickLevel fn * wip: execute block test * wip: fix place/bid order * wip: fix pending order ids * wip: fix execute block test * wip: use price scale * wip: fix cancel tests * wip: fix test buy * wip: fix flip tests * wip: remove side enum * docs: note * test: add place flip test * chore: remove redundant check * test: execute block fails non system tx * fmt: forge fmt * test: multi tick tests * chore: update test name
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.
Fixes broken link on the node overview page.
The 'Running an RPC Node' card was linking to
/guide/node/usage(which doesn't exist) instead of/guide/node/rpc.Reported in #product-docs