Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit d1e842c

Browse files
authored
docs: Fix link in token-2022 (#3394)
1 parent c40f655 commit d1e842c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/token-2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ is written after the end of the `Account` in Token, which is the byte at index
8181
`165`. This means it is always possible to differentiate mints and accounts.
8282

8383
You can read more about how this is done at the
84-
[source code](https://github.com/solana-labs/solana-program-library/tree/master/token/program-2022/src/extensions/mod.rs).
84+
[source code](https://github.com/solana-labs/solana-program-library/blob/master/token/program-2022/src/extension/mod.rs).
8585

8686
Mint extensions currently include:
8787

0 commit comments

Comments
 (0)