Browse Source

Fix broken link in transfer-hook interface Readme.md (#6154)

Fix typo
Gabriele Picco 1 year ago
parent
commit
77b083dc73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      interface/README.md

+ 1 - 1
interface/README.md

@@ -142,7 +142,7 @@ program:
 
 
 The `spl-transfer-hook-interface` library provides offchain and onchain helpers
 The `spl-transfer-hook-interface` library provides offchain and onchain helpers
 for resolving the additional accounts required. See
 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/tree/master/token/transfer-hook/interface/src/onchain.rs)
 for usage on-chain, and
 for usage on-chain, and
 [offchain.rs](https://github.com/solana-labs/solana-program-library/tree/master/token/transfer-hook/interface/src/offchain.rs)
 [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
 for fetching the additional required account metas with any async off-chain client