From a3bc9c68ce01b80561bd945eb6d71f63910db074 Mon Sep 17 00:00:00 2001 From: Ilan Gitter <8359193+gitteri@users.noreply.github.com> Date: Thu, 4 Sep 2025 13:18:54 -0600 Subject: [PATCH 1/2] update transfer hook interface link Update the program README.md to point to the correct transfer hook interface link. Previously it was pointing to a dead link (https://github.com/solana-labs/solana-program-library/tree/master/token/transfer-hook/interface) --- program/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/README.md b/program/README.md index 4f49072..f27e468 100644 --- a/program/README.md +++ b/program/README.md @@ -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) code for more information. ### Example usage of example From 36f4590136e0c12d1e5e91eb59eb6d9e0d2fc179 Mon Sep 17 00:00:00 2001 From: Ilan Gitter <8359193+gitteri@users.noreply.github.com> Date: Thu, 4 Sep 2025 13:22:52 -0600 Subject: [PATCH 2/2] Update README.md --- program/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/README.md b/program/README.md index f27e468..97e2d30 100644 --- a/program/README.md +++ b/program/README.md @@ -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-program/transfer-hook/tree/main/interface) +[SPL Transfer Hook Interface](https://github.com/solana-program/transfer-hook/tree/868f0996ea3a2adc2c988ad4f9d7b72746c9f80c/interface) code for more information. ### Example usage of example