From cfcc859303f4fb931e07f9037a7ba0972f8fb8ba Mon Sep 17 00:00:00 2001 From: Attila Gazso Date: Thu, 23 Jun 2022 18:57:29 +0200 Subject: [PATCH] feat: add upgrade guide link from medium (#434) * feat: add upgrade guide link from medium * chore: fix linter issue --- src/pages/rpc/index.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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. .