Skip to content

Commit 63e415f

Browse files
lei zhangRetricSu
authored andcommitted
Fix wrong links (#139)
1 parent c1ea100 commit 63e415f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ You can create a new script project without a frontend. This is useful when you
198198
offckb create <your-project-name> --script
199199
```
200200

201-
Note: you need to have rust/cargo/cargo-generate/clang 16+ installed in your environment to use this command. offckb doesn't do anything really, it just call [ckb-script-template](https://github.com/cryptape/ckb-script-tempaltes) to do all the magic.
201+
Note: you need to have rust/cargo/cargo-generate/clang 16+ installed in your environment to use this command. offckb doesn't do anything really, it just call [ckb-script-template](https://github.com/cryptape/ckb-script-templates) to do all the magic.
202202

203203
### Build and Deploy a script
204204

@@ -299,7 +299,7 @@ Or you can replace the script with a binary file in your single cell script debu
299299
offckb debug <transaction-hash> --single-script <single-cell-script-option> --bin <path/to/binary/file>
300300
```
301301

302-
All the debug utils are borrowed from [ckb-debugger](https://github.com/nervosnetwork/ckb-debugger).
302+
All the debug utils are borrowed from [ckb-debugger](https://github.com/nervosnetwork/ckb-standalone-debugger/tree/develop/ckb-debugger).
303303

304304
### Generate Moleculec bindings
305305

0 commit comments

Comments
 (0)