Skip to content

Commit 1274310

Browse files
Updated links for smart contract examples
1 parent 360336f commit 1274310

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/smart_contract_sdk/my_first_contract.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Download the smart contract examples respository at [https://github.com/parallel
2525

2626
After this folder is downloaded, enter into `my_first_contract` directory.
2727

28-
Build `my_first_contract` contract using `pchain_compile`. Please refer to ["Building and Deploying the Contract"](build_deploy_contract.md) session for detailed steps. The build process will generate an optimized Web Assembly (WASM) binary on your current path if no destination path is provided to the CLI
28+
Build `my_first_contract` contract using `pchain_compile`. Please refer to ["Building and Deploying the Contract"](build_contract.md) session for detailed steps. The build process will generate an optimized Web Assembly (WASM) binary on your current path if no destination path is provided to the CLI
2929
by the name of <PACKAGE_NAME>.wasm where `PACKAGE_NAME` refers to the package name specified on your Cargo manifest. The user is free to use any other toolchain like Cargo as well to build the smart contract
3030
but for verification of the contract deployment through the ["Contract Publishing Service"](../getting_started/contract_publish.md), the use of `pchain_compile` is highly recommended.
3131

@@ -49,8 +49,8 @@ but for verification of the contract deployment through the ["Contract Publishin
4949
</details>
5050

5151

52-
See ["Building and Deploying the Contract"](/smart_contract_sdk/build_deploy_contract)
53-
on how to achieve this. However, please note that the `optimize_tool` may lead to breaking changes in more complex code. Future updates in `testnet1` will focus on handling these issues.
52+
See ["Building and Deploying the Contract"](build_contract.md)
53+
on how to achieve this. However, please note that the `optimize_tool` may lead to breaking changes in more complex code. Future updates in `testnet2` will focus on handling these issues.
5454

5555
## Deploying the contract
5656

0 commit comments

Comments
 (0)