Skip to content

Commit 43f186f

Browse files
committed
link fixes
1 parent 8090eeb commit 43f186f

File tree

1 file changed

+9
-9
lines changed
  • docs/develop/message-transfer-via-crosstalk

1 file changed

+9
-9
lines changed

docs/develop/message-transfer-via-crosstalk/README.mdx

+9-9
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ This section of the documentation will provide an in-depth view of the CrossTalk
3737
<Card
3838
title="Overview"
3939
description="What is CrossTalk why is it required?"
40-
to="message-transfer-via-crosstalk/overview"
40+
to="overview"
4141
icon={<IDEIcon />}
4242
/>
4343
<Card
4444
title="Key Concepts"
4545
description="Dissecting different functions and parameters associated with CrossTalk"
46-
to="message-transfer-via-crosstalk/key-concepts"
46+
to="key-concepts"
4747
icon={<ChainIcon />}
4848
/>
4949
<Card
5050
title="Fee Management"
5151
description="Gaining a deeper understanding of how the CrossTalk and Omnichain Fee is computed"
52-
to="message-transfer-via-crosstalk/key-concepts/fee-management"
52+
to="key-concepts/fee-management"
5353
icon={<AssetIcon />}
5454
/>
5555

@@ -62,25 +62,25 @@ This section of the documentation will provide an in-depth view of the CrossTalk
6262
<Card
6363
title="EVM-Guides"
6464
description="Learning how to execute different types of cross-chain requests in EVM Chains"
65-
to="message-transfer-via-crosstalk/evm-guides"
65+
to="evm-guides"
6666
icon={<ModulesIcon />}
6767
/>
6868
<Card
6969
title="NEAR-Guides"
7070
description="Learning how to execute different types of cross-chain requests in NEAR"
71-
to="message-transfer-via-crosstalk/near-guides"
71+
to="near-guides"
7272
icon={<ModulesIcon />}
7373
/>
7474
<Card
7575
title="Solana-Guides"
7676
description="Learning how to execute different types of cross-chain requests from or to Solana"
77-
to="message-transfer-via-crosstalk/solana-guides"
77+
to="solana-guides"
7878
icon={<ModulesIcon />}
7979
/>
8080
<Card
8181
title="Router-chain-Guides"
8282
description="Learning how to execute different types of cross-chain requests from or to Router Chain"
83-
to="message-transfer-via-crosstalk/router-chain-guides"
83+
to="router-chain-guides"
8484
icon={<ModulesIcon />}
8585
/>
8686
</Section>
@@ -93,13 +93,13 @@ This section of the documentation will provide an in-depth view of the CrossTalk
9393
<Card
9494
title="Deploying a Cross-chain Ping Pong Contract"
9595
description="Learn how to deploy your first cross-chain dApp using Router's CrossTalk framework"
96-
to="message-transfer-via-crosstalk/sample-idapps/on-evm-chains/ping-pong"
96+
to="sample-idapps/on-evm-chains/ping-pong"
9797
icon={<Guide />}
9898
/>
9999
<Card
100100
title="Deploying a Cross-chain NFT (ERC-1155)"
101101
description="Learn how to deploy a cross-chain NFT using Router's CrossTalk framework"
102-
to="message-transfer-via-crosstalk/sample-idapps/on-evm-chains/cross-chain-nft"
102+
to="sample-idapps/on-evm-chains/cross-chain-nft"
103103
icon={<Guide />}
104104
/>
105105
</Section>

0 commit comments

Comments
 (0)