Skip to content

Commit 5ced58b

Browse files
authored
Fixed chapter 04 (#9)
1 parent fbc009d commit 5ced58b

File tree

2 files changed

+581
-520
lines changed

2 files changed

+581
-520
lines changed

docs/tutorial/platform/02-concepts-overview.mdx renamed to docs/tutorial/platform/02-concepts-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Here is what these actions would look like on the command line:
116116
]
117117
...
118118
```
119-
To understand how the `wasm14hj...` address was created for your smart contract instance, head to the [hello world](./04-hello-world.html) where these is a deep-dive named "How was this address computed?".
119+
To understand how the `wasm14hj...` address was created for your smart contract instance, head to the [hello world](./04-hello-world.md) where these is a deep-dive named "How was this address computed?".
120120
</TabItem>
121121
</Tabs>
122122

@@ -323,7 +323,7 @@ For instance:
323323
pub funds: Vec<Coin>,
324324
}
325325
```
326-
See [the hello world's](./04-hello-world.html#send-a-transaction-to-your-contract) _Send a transaction to your contract_ to pass funds along with a contract call,
326+
See [the hello world's](./04-hello-world.md#send-a-transaction-to-your-contract) _Send a transaction to your contract_ to pass funds along with a contract call,
327327
and [the practical exercise's](./16-fund-handling.html) _Proper Fund Handling_ to see it implemented in your own smart contract.
328328

329329
* When a smart contract sends a message to another one, and this other contract fails, the originating smart contract

0 commit comments

Comments
 (0)