Skip to content

Commit

Permalink
fix: broken link for on-chain transfer hook example (#7041)
Browse files Browse the repository at this point in the history
  • Loading branch information
jim4067 authored Jul 22, 2024
1 parent ff087cf commit 57bc245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/token-2022/extensions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ interact with a program that implements transfer-hook in the repository's

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

0 comments on commit 57bc245

Please sign in to comment.