@@ -37,19 +37,19 @@ This section of the documentation will provide an in-depth view of the CrossTalk
37
37
<Card
38
38
title = " Overview"
39
39
description = " What is CrossTalk why is it required?"
40
- to = " message-transfer-via-crosstalk/ overview"
40
+ to = " overview"
41
41
icon = { <IDEIcon />}
42
42
/>
43
43
<Card
44
44
title = " Key Concepts"
45
45
description = " Dissecting different functions and parameters associated with CrossTalk"
46
- to = " message-transfer-via-crosstalk/ key-concepts"
46
+ to = " key-concepts"
47
47
icon = { <ChainIcon />}
48
48
/>
49
49
<Card
50
50
title = " Fee Management"
51
51
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"
53
53
icon = { <AssetIcon />}
54
54
/>
55
55
@@ -62,25 +62,25 @@ This section of the documentation will provide an in-depth view of the CrossTalk
62
62
<Card
63
63
title = " EVM-Guides"
64
64
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"
66
66
icon = { <ModulesIcon />}
67
67
/>
68
68
<Card
69
69
title = " NEAR-Guides"
70
70
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"
72
72
icon = { <ModulesIcon />}
73
73
/>
74
74
<Card
75
75
title = " Solana-Guides"
76
76
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"
78
78
icon = { <ModulesIcon />}
79
79
/>
80
80
<Card
81
81
title = " Router-chain-Guides"
82
82
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"
84
84
icon = { <ModulesIcon />}
85
85
/>
86
86
</Section >
@@ -93,13 +93,13 @@ This section of the documentation will provide an in-depth view of the CrossTalk
93
93
<Card
94
94
title = " Deploying a Cross-chain Ping Pong Contract"
95
95
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"
97
97
icon = { <Guide />}
98
98
/>
99
99
<Card
100
100
title = " Deploying a Cross-chain NFT (ERC-1155)"
101
101
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"
103
103
icon = { <Guide />}
104
104
/>
105
105
</Section >
0 commit comments