Skip to content

Commit

Permalink
feat: update link to IPFS instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
alx-khramov committed Mar 1, 2024
1 parent 11b1bb8 commit 8f88c04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { LinkArrow } from 'shared/components/link-arrow/link-arrow';

import { Wrap, RpcStatusBox, Button, Text } from './styles';

const IPFS_INFO_URL = 'https://docs.lido.fi/guides/ipfs/';
const IPFS_INFO_URL = 'https://docs.lido.fi/ipfs/ipfs-guide';

export const RPCAvailabilityCheckResultBox = () => {
const { isRPCAvailable, handleClickDismiss } = useIPFSInfoBoxStatuses();
Expand Down

0 comments on commit 8f88c04

Please sign in to comment.