Skip to content

Commit 0258b61

Browse files
authored
Fix broken card links on Node API Overview page (#992)
The WebSockets, Debug API, and Yellowstone gRPC cards used relative hrefs that didn't resolve correctly. Updated them to absolute paths matching each page's frontmatter slug. Co-authored-by: dslovinsky <dslovinsky@users.noreply.github.com>
1 parent c3079d8 commit 0258b61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fern/api-reference/node-api/node-api-overview.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ Chain APIs are the per-chain RPC surfaces exposed through the Node API.
4141
Use these alongside the Node API for streaming, performance, and deeper inspection. Chain coverage varies: check each page for supported networks.
4242

4343
<CardGroup>
44-
<Card title="WebSockets" icon="fa-solid fa-wave-square" href="subscription-api">
44+
<Card title="WebSockets" icon="fa-solid fa-wave-square" href="/reference/subscription-api">
4545
Subscribe to pending transactions, log events, new blocks, and more.
4646
</Card>
4747

4848
<Card title="Trace API" icon="fa-solid fa-magnifying-glass-arrow-right" href="/reference/transfers-api-quickstart">
4949
Get insights into transaction processing and onchain activity.
5050
</Card>
5151

52-
<Card title="Debug API" icon="fa-solid fa-bug" href="debug-api-quickstart">
52+
<Card title="Debug API" icon="fa-solid fa-bug" href="/reference/debug-api-quickstart">
5353
Non-standard RPC methods for inspecting and debugging transactions.
5454
</Card>
5555

56-
<Card title="Yellowstone gRPC" icon="fa-solid fa-bolt" href="yellowstone-grpc-overview">
56+
<Card title="Yellowstone gRPC" icon="fa-solid fa-bolt" href="/reference/yellowstone-grpc-overview">
5757
High-performance real-time Solana data streaming interface.
5858
</Card>
5959
</CardGroup>

0 commit comments

Comments
 (0)