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

Commit 62ede32

Browse files
authored
Update associated-token-account.md (#3329)
The create_associated_token_account was linked with the previous deprecated function. I have attached the newly updated instruction create_associated_token_account instruction.
1 parent b39efe8 commit 62ede32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/associated-token-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async function findAssociatedTokenAddress(
8484

8585
If the associated token account for a given wallet address does not yet exist,
8686
it may be created by *anybody* by issuing a transaction containing the
87-
instruction returned by [create_associated_token_account](https://docs.rs/spl-associated-token-account/latest/spl_associated_token_account/fn.create_associated_token_account.html).
87+
instruction returned by [create_associated_token_account](https://docs.rs/spl-associated-token-account/latest/spl_associated_token_account/instruction/fn.create_associated_token_account.html).
8888

8989
Regardless of creator the new associated token account will be fully owned by
9090
the wallet, as if the wallet itself had created it.

0 commit comments

Comments
 (0)