Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion light-token/cookbook/create-ata.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,6 @@ pub fn process_create_ata2_invoke_signed(
title="Learn how to mint light-tokens"
icon="chevron-right"
color="#0066ff"
href="/light-token/cookbook/mint-tokens"
href="/light-token/cookbook/mint-to"
horizontal
/>
2 changes: 1 addition & 1 deletion light-token/cookbook/create-mint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ pub fn process_create_cmint_with_pda_authority(
title="Learn how to mint tokens to light-token accounts."
icon="chevron-right"
color="#0066ff"
href="/light-token/cookbook/mint-tokens"
href="/light-token/cookbook/mint-to"
horizontal
/>

2 changes: 1 addition & 1 deletion light-token/cookbook/create-token-account.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,6 @@ pub fn process_create_token_account_invoke_signed(
title="Learn how to mint tokens to light-token accounts"
icon="chevron-right"
color="#0066ff"
href="/light-token/cookbook/mint-tokens"
href="/light-token/cookbook/mint-to"
horizontal
/>
Loading