@@ -8,12 +8,12 @@ import { Tab, Tabs } from 'fumadocs-ui/components/tabs';
88The Token-2022 program provides additional functionality on mints and token
99accounts through an extension model.
1010
11- Please see the [ Token-2022 Introduction] ( . ) for more general information
11+ Please see the [ Token-2022 Introduction] ( /docs/token-2022 ) for more general information
1212about Token-2022 and the concept of extensions.
1313
1414## Setup
1515
16- See the [ Token Setup Guide] ( .. /token#setup) to install the client utilities.
16+ See the [ Token Setup Guide] ( /docs /token#setup) to install the client utilities.
1717Token-2022 shares the same CLI and NPM packages for maximal compatibility.
1818
1919All JS examples are adapted from the tests, and available in full at the
@@ -111,7 +111,7 @@ possible to close the mint account and reclaim the lamports on the mint account.
111111 <Tab value = " CLI" >
112112
113113``` console
114- $ spl-token close-mint C47NXhUTVEisCfX7s16KrxYyimnui7HpUXZecE2TmLdB
114+ $ spl-token close-mint C47NXhUTVEisCfX7s16KrxYyimnui7HpUXZecE2TmLdB
115115Signature: 5nidwS9fJGJGdmaQjcwvNGVtk2ba5Zyu9ZLubjUKSsaAyzLUYvB6LK5RfUA767veBr45x7R1WW9N7WkYZ3Rqsb5B
116116```
117117
@@ -1277,7 +1277,7 @@ it using the `authorize` command.
12771277
12781278``` console
12791279$ spl-token authorize 7LUgoQCqhk3VMPhpAnmS1zdCFW4C6cupxgbqWrTwydGx permanent-delegate GFMniFoE5X4F87L9jzjHaW4MTkXyX1AYHNfhFencgamg
1280- Updating 7LUgoQCqhk3VMPhpAnmS1zdCFW4C6cupxgbqWrTwydGx
1280+ Updating 7LUgoQCqhk3VMPhpAnmS1zdCFW4C6cupxgbqWrTwydGx
12811281 Current permanent delegate: 4SnSuUtJGKvk2GYpBwmEsWG53zTurVM8yXGsoiZQyMJn
12821282 New permanent delegate: GFMniFoE5X4F87L9jzjHaW4MTkXyX1AYHNfhFencgamg
12831283
@@ -1504,7 +1504,7 @@ harder.
15041504#### Solution
15051505
15061506To improve the situation, Token-2022 introduces the concept of the
1507- [ transfer-hook interface] ( .. /transfer-hook-interface)
1507+ [ transfer-hook interface] ( /docs /transfer-hook-interface)
15081508and extension. A token creator must develop and deploy a program that
15091509implements the interface and then configure their token mint to use their program.
15101510
@@ -1544,7 +1544,7 @@ the transfer hook interface.
15441544
15451545The example program and the interface are powered by the
15461546[ spl-tlv-account-resolution] ( https://github.com/solana-program/libraries/tree/main/tlv-account-resolution )
1547- library, which is explained in detail in the repository's
1547+ library, which is explained in detail in the repository's
15481548[ README] ( https://github.com/solana-program/libraries/tree/main/tlv-account-resolution/README.md )
15491549
15501550#### Example: Create a mint with a transfer hook
0 commit comments