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

Commit 57bc245

Browse files
authored
fix: broken link for on-chain transfer hook example (#7041)
1 parent ff087cf commit 57bc245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/token-2022/extensions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ interact with a program that implements transfer-hook in the repository's
15361536

15371537
The `spl-transfer-hook-interface` library provides offchain and onchain helpers
15381538
for resolving the additional accounts required. See
1539-
[invoke.rs](https://github.com/solana-labs/solana-program-library/tree/master/token/transfer-hook/interface/src/invoke.rs)
1539+
[onchain.rs](https://github.com/solana-labs/solana-program-library/blob/master/token/transfer-hook/interface/src/onchain.rs)
15401540
for usage on-chain, and
15411541
[offchain.rs](https://github.com/solana-labs/solana-program-library/tree/master/token/transfer-hook/interface/src/offchain.rs)
15421542
for fetching the additional required account metas with any async off-chain client

0 commit comments

Comments
 (0)