diff --git a/src/pages/rpc/index.tsx b/src/pages/rpc/index.tsx index 41387fc..1883caa 100644 --- a/src/pages/rpc/index.tsx +++ b/src/pages/rpc/index.tsx @@ -38,9 +38,13 @@ export default function Index(): ReactElement { To connect to and retrieve data from the blockchain, you'll need to connect to a publicly-provided node - via the node's RPC endpoint. If you're not familiar with this, you may use{' '} - - https://getblock.io/ + via the node's RPC endpoint. If you're not familiar with this, please read{' '} + + this guide. .