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

Commit d24c3f6

Browse files
Fix broken link in transfer-hook interface Readme.md (#6154)
Fix typo
1 parent 8657dc3 commit d24c3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/transfer-hook/interface/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ program:
142142

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

0 commit comments

Comments
 (0)