From 59a670a6dc03fdedc38da1d5a5d92aee3826b5e7 Mon Sep 17 00:00:00 2001 From: pucedoteth <119044801+pucedoteth@users.noreply.github.com> Date: Wed, 19 Aug 2026 01:14:49 +0200 Subject: [PATCH] fix: repoint the dead react-sdk README link The React SDK moved out of miden-client into web-sdk, so the linked path 404s: https://github.com/0xMiden/miden-client/blob/v0.15.0/packages/react-sdk/README.md -> 404 https://github.com/0xMiden/web-sdk/blob/v0.15.9/packages/react-sdk/README.md -> 200 Rebased onto current main. The Foundry scripting link this branch also repointed has since been fixed upstream, so that hunk is dropped. --- .../tools/clients/react-sdk/account-state-and-balances.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/builder/tools/clients/react-sdk/account-state-and-balances.md b/docs/builder/tools/clients/react-sdk/account-state-and-balances.md index f38b4b4f..e6ab9576 100644 --- a/docs/builder/tools/clients/react-sdk/account-state-and-balances.md +++ b/docs/builder/tools/clients/react-sdk/account-state-and-balances.md @@ -22,7 +22,7 @@ The important boundary is: - **`useExecuteProgram()`** runs locally and does not prove, submit, or change state. For the full package README and source-level examples, see -[`miden-client/packages/react-sdk/README.md`](https://github.com/0xMiden/miden-client/blob/v0.15.0/packages/react-sdk/README.md). +[`web-sdk/packages/react-sdk/README.md`](https://github.com/0xMiden/web-sdk/blob/v0.15.9/packages/react-sdk/README.md). ## Provider setup