From b22c531849b605c64f4d5306766fe9a2436e3d86 Mon Sep 17 00:00:00 2001 From: aqilaziz Date: Fri, 8 May 2026 06:15:41 +0700 Subject: [PATCH 1/2] Fix Solana Pay license links --- typescript/packages/solana-pay/core/README.md | 2 +- typescript/packages/solana-pay/docs/src/INTRODUCTION.md | 2 +- typescript/packages/solana-pay/examples/point-of-sale/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/typescript/packages/solana-pay/core/README.md b/typescript/packages/solana-pay/core/README.md index 76129d64..38abe0a4 100644 --- a/typescript/packages/solana-pay/core/README.md +++ b/typescript/packages/solana-pay/core/README.md @@ -225,6 +225,6 @@ A Solana Pay transfer request URL describes a non-interactive request for a SOL ## License -The Solana Pay JavaScript SDK is open source and available under the MIT License. See the [LICENSE](./LICENSE) file for more info. +The Solana Pay JavaScript SDK is open source and available under the MIT License. See the [LICENSE](../../../../LICENSE) file for more info. Subject to the foregoing, the Terms of Service available at solana.com/tos diff --git a/typescript/packages/solana-pay/docs/src/INTRODUCTION.md b/typescript/packages/solana-pay/docs/src/INTRODUCTION.md index e4586cc6..bd4edd0e 100644 --- a/typescript/packages/solana-pay/docs/src/INTRODUCTION.md +++ b/typescript/packages/solana-pay/docs/src/INTRODUCTION.md @@ -41,6 +41,6 @@ Have an idea? Feel free to open an [issue](https://github.com/solana-foundation/ ## License -Solana Pay is open source and available under the MIT License. See the [LICENSE](./LICENSE) file for more info. +Solana Pay is open source and available under the MIT License. See the [LICENSE](../../../../../LICENSE) file for more info. ![Solana Pay](./images/solana-pay.png) diff --git a/typescript/packages/solana-pay/examples/point-of-sale/README.md b/typescript/packages/solana-pay/examples/point-of-sale/README.md index 165b23f9..cf2e2040 100644 --- a/typescript/packages/solana-pay/examples/point-of-sale/README.md +++ b/typescript/packages/solana-pay/examples/point-of-sale/README.md @@ -178,7 +178,7 @@ https://?recipient=&label=Your+Store+N ## License -The Solana Pay Point of Sale app is open source and available under the MIT License. See the [LICENSE](./LICENSE) file for more info. +The Solana Pay Point of Sale app is open source and available under the MIT License. See the [LICENSE](../../../../../LICENSE) file for more info. From 6aacc51f84383406bbc8f7b409733d4c9c7fc3eb Mon Sep 17 00:00:00 2001 From: aqilaziz Date: Tue, 12 May 2026 04:11:13 +0700 Subject: [PATCH 2/2] docs: use absolute license link --- typescript/packages/solana-pay/core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/packages/solana-pay/core/README.md b/typescript/packages/solana-pay/core/README.md index 38abe0a4..3b53703b 100644 --- a/typescript/packages/solana-pay/core/README.md +++ b/typescript/packages/solana-pay/core/README.md @@ -225,6 +225,6 @@ A Solana Pay transfer request URL describes a non-interactive request for a SOL ## License -The Solana Pay JavaScript SDK is open source and available under the MIT License. See the [LICENSE](../../../../LICENSE) file for more info. +The Solana Pay JavaScript SDK is open source and available under the MIT License. See the [LICENSE](https://github.com/solana-foundation/pay/blob/main/LICENSE) file for more info. Subject to the foregoing, the Terms of Service available at solana.com/tos