fix up all broken links
This commit is contained in:
@@ -21,7 +21,7 @@ export const Bond = ({
|
||||
>
|
||||
<Typography variant="body2">
|
||||
Bond a nym node. Learn how to set up and run a Nym node{' '}
|
||||
<Link href="https://nymtech.net/operators/nodes/mix-node-setup.html" target="_blank">
|
||||
<Link href="https://nym.com/docs/operators/nodes/nym-node" target="_blank">
|
||||
here
|
||||
</Link>
|
||||
</Typography>
|
||||
|
||||
@@ -219,7 +219,7 @@ export const BondedMixnode = ({
|
||||
{network && (
|
||||
<Typography sx={{ mt: 2, fontSize: 'small' }}>
|
||||
Check more stats of your node on the{' '}
|
||||
<Link href={`${urls(network).networkExplorer}/network-components/nodes/${mixId}`} target="_blank">
|
||||
<Link href={`${urls(network).networkExplorer}/nodes/${mixId}`} target="_blank">
|
||||
explorer
|
||||
</Link>
|
||||
</Typography>
|
||||
|
||||
@@ -194,7 +194,7 @@ export const BondedNymNode = ({
|
||||
{network && (
|
||||
<Typography sx={{ mt: 2, fontSize: 'small' }}>
|
||||
Check more stats of your node on the{' '}
|
||||
<Link href={`${urls(network).networkExplorer}/network-components/nodes/${nodeId}`} target="_blank">
|
||||
<Link href={`${urls(network).networkExplorer}/nodes/${nodeId}`} target="_blank">
|
||||
explorer
|
||||
</Link>
|
||||
</Typography>
|
||||
|
||||
@@ -374,10 +374,10 @@ export const Delegation: FC<{ isStorybook?: boolean }> = ({ isStorybook }) => {
|
||||
<Typography variant="body2">
|
||||
Checkout the{' '}
|
||||
<Link
|
||||
href={`${urls(network).networkExplorer}/network-components/mixnodes/`}
|
||||
href={`${urls(network).networkExplorer}/nodes/`}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
text="list of mixnodes"
|
||||
text="list of nym-nodes"
|
||||
fontWeight={theme.palette.mode === 'light' ? 400 : 600}
|
||||
noIcon
|
||||
/>{' '}
|
||||
@@ -417,7 +417,7 @@ export const Delegation: FC<{ isStorybook?: boolean }> = ({ isStorybook }) => {
|
||||
<Stack marginTop={1.5} gap={0.5} direction="row" alignItems="center">
|
||||
<Typography fontSize={14}>Select nodes to delegate to using the</Typography>
|
||||
<Link
|
||||
href={`${urls(network).networkExplorer}/network-components/mixnodes/`}
|
||||
href={`${urls(network).networkExplorer}/nodes`}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
text="network Explorer"
|
||||
|
||||
Reference in New Issue
Block a user