From 1350cd87cd62077fbbf71970c8b55c9984183e2d Mon Sep 17 00:00:00 2001 From: Sascha1337 <1337@wasm.host> Date: Tue, 19 Jul 2022 20:28:00 +0800 Subject: [PATCH] Fix 404 gh-pages deploy link points to 404 --- docs/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started.md b/docs/get-started.md index 41fbeea..fbd190d 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -52,4 +52,4 @@ Basically there are 2 different clients: This client can only read. You do not need to have a wallet to instantiate this one. Only an rpcUrl is needed. For a more detailed description please refer to the 🔗 [CosmWasmClient Docs](clients/reading/CosmWasmClient.md). - **CosmWasmSigningClient** -This client can also write. In order to instantiate it, a wallet must be specified in addition to the rpcUrl. To facilitate the instantiation, CosmWasmJS already comes with some setup functions. For a more detailed description please refer to the 🔗 [CosmWasmSigningClient Docs](clients/writing/CosmWasmSigningClient.md). +This client can also write. In order to instantiate it, a wallet must be specified in addition to the rpcUrl. To facilitate the instantiation, CosmWasmJS already comes with some setup functions. For a more detailed description please refer to the 🔗 [CosmWasmSigningClient Docs](clients/writing/CosmWasmSigningClient/index.md).