From 15392ca5a4b014135919178ccfe988523ed3e1d0 Mon Sep 17 00:00:00 2001 From: Raph Date: Sun, 26 May 2024 12:36:51 -0600 Subject: [PATCH 1/2] Update README.md --- cmd/stellar-cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/stellar-cli/README.md b/cmd/stellar-cli/README.md index e77fe623b..9b95e474a 100644 --- a/cmd/stellar-cli/README.md +++ b/cmd/stellar-cli/README.md @@ -2,7 +2,7 @@ CLI for interacting with the Stellar network and Soroban contracts locally in a test VM. Executes WASM files built using the [rs-soroban-sdk](https://github.com/stellar/rs-soroban-sdk). -Docs: https://developer.stellar.org +Docs: https://developers.stellar.org ## Install From 18a0449ccbd722e1a0c81f4812e504729de3f8cd Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Sun, 26 May 2024 14:22:01 -0700 Subject: [PATCH 2/2] fix other --- cmd/soroban-cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/soroban-cli/README.md b/cmd/soroban-cli/README.md index c68ffd346..67860a43d 100644 --- a/cmd/soroban-cli/README.md +++ b/cmd/soroban-cli/README.md @@ -2,7 +2,7 @@ CLI for interacting with the Stellar network and Soroban contracts locally in a test VM. Executes WASM files built using the [rs-soroban-sdk](https://github.com/stellar/rs-soroban-sdk). -Docs: https://developer.stellar.org +Docs: https://developers.stellar.org ## Install