Skip to content

Commit 95f18b3

Browse files
committed
fixed broken links
1 parent 086f173 commit 95f18b3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/sidebars/defaultSidebar.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ const defaultSidebar = [
9999
collapsed: true,
100100
},
101101
{ label: "Wallet Terminology", link: "learn/wallet-terminology" },
102-
{ label: "Transaction Models", link: "learn/tx-models" },
103-
{ label: "Transaction Fees & Gas", link: "learn/tx-fees" },
102+
{ label: "Transaction Fees & Gas", link: "learn/deep-dive/tx-fees" },
104103
{ label: "Economic Protocol", link: "learn/deep-dive/economic-protocol" },
105104
{ label: "DuskVM", link: "learn/deep-dive/dusk-vm" },
106105
{ label: "DuskEVM", link: "learn/deep-dive/dusk-evm" },
@@ -114,7 +113,7 @@ const defaultSidebar = [
114113
},
115114

116115
{ label: "Token Standards",
117-
link: "learn/token-standards"
116+
link: "learn/deep-dive/token-standards"
118117
},
119118
{
120119
label: "Additional Resources",

0 commit comments

Comments
 (0)