Skip to content

Commit ee5894d

Browse files
author
syrettaman
committed
Updated links to pchain-compile release page
1 parent a9f99d8 commit ee5894d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/smart_contract_sdk/build_contract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ The WASM binary generated from a generic cargo build process has the following d
2727
## Downloading **pchain_compile**
2828
---
2929

30-
`pchain_compile` supports Linux, macOS and Windows. Depending on the operating system, they can be downloaded from Assets of ParallelChain Lab's Git Hub [release page](https://github.com/parallelchain-io/pchain-compile).
30+
`pchain_compile` supports Linux, macOS and Windows. Depending on the operating system, they can be downloaded from Assets of ParallelChain Lab's Git Hub [release page](https://github.com/parallelchain-io/pchain-compile/releases/tag/v0.4.0).
3131

docs/smart_contract_sdk/call_contract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags:
99
## Preparing Contract Method Arguments
1010
---
1111

12-
Suppose you already deployed a contract that contains a `call` method as follows:
12+
Suppose you have already deployed a contract that contains a `call` method as follows:
1313

1414
```rust
1515
#[call]

0 commit comments

Comments
 (0)