Skip to content

Commit 732d74d

Browse files
committed
remove reference
1 parent 214a1e7 commit 732d74d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/execution/cosmwasm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ docker exec -it $CW sh
209209

210210
In order to deploy a contract, you can use the command line as described below.
211211
For a better experience and to use Rust code instead of the command line to
212-
deploy/script and test your contracts, you can use [cw-orchestrator](/guides/cw-orch.md).
212+
deploy/script and test your contracts, you can use cw-orchestrator.
213213

214214
<!-- markdownlint-disable MD013 -->
215215
```bash
@@ -232,7 +232,7 @@ In the previous steps, we have stored out contract's tx hash in an
232232
environment variable for later use.
233233

234234
The following guide will show you how to deploy and interact with a contract using CLI.
235-
For scripting using Rust, you can use [cw-orchestrator](/guides/cw-orch.md).
235+
For scripting using Rust, you can use cw-orchestrator.
236236

237237
### 🔎 Contract querying {#contract-querying}
238238

0 commit comments

Comments
 (0)