Skip to content

Commit

Permalink
feat: add upgrade guide link from medium (#434)
Browse files Browse the repository at this point in the history
* feat: add upgrade guide link from medium

* chore: fix linter issue
  • Loading branch information
agazso authored Jun 23, 2022
1 parent 8f4a4eb commit cfcc859
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/pages/rpc/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@ export default function Index(): ReactElement {
<Box mb={4}>
<Typography>
To connect to and retrieve data from the blockchain, you&apos;ll need to connect to a publicly-provided node
via the node&apos;s RPC endpoint. If you&apos;re not familiar with this, you may use{' '}
<a href="https://getblock.io/" target="_blank" rel="noreferrer">
https://getblock.io/
via the node&apos;s RPC endpoint. If you&apos;re not familiar with this, please read{' '}
<a
href="https://medium.com/ethereum-swarm/upgrading-swarm-deskotp-app-beta-from-an-ultra-light-to-a-light-node-65d52cab7f2c"
target="_blank"
rel="noreferrer"
>
this guide.
</a>
.
</Typography>
Expand Down

0 comments on commit cfcc859

Please sign in to comment.