File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ docker exec -it $CW sh
209
209
210
210
In order to deploy a contract, you can use the command line as described below.
211
211
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.
213
213
214
214
<!-- markdownlint-disable MD013 -->
215
215
``` bash
@@ -232,7 +232,7 @@ In the previous steps, we have stored out contract's tx hash in an
232
232
environment variable for later use.
233
233
234
234
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.
236
236
237
237
### 🔎 Contract querying {#contract-querying}
238
238
You can’t perform that action at this time.
0 commit comments