Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion program/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Full example program and tests implementing the `spl-transfer-hook-interface`,
to be used for testing a program that calls into the `spl-transfer-hook-interface`.

See the
[SPL Transfer Hook Interface](https://github.com/solana-labs/solana-program-library/tree/master/token/transfer-hook/interface)
[SPL Transfer Hook Interface](https://github.com/solana-program/transfer-hook/tree/main/interface)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason not to pin this to current commit like you get when you press y on GitHub UI which would make this https://github.com/solana-program/transfer-hook/tree/868f0996ea3a2adc2c988ad4f9d7b72746c9f80c/interface

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this README is within the repo, I'd prefer to just stick with linking against main rather than a specific commit

code for more information.

### Example usage of example
Expand Down