Skip to content

Commit

Permalink
Update links to match new resources structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrzej Broński committed Jul 24, 2023
1 parent 1ba6828 commit 243367b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/docs/casper/resources/migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pub extern "C" fn counter_inc() {

It's important to note that entry points do not have input arguments in their definition, but the arguments can be accessed using the [RuntimeArgs](https://docs.rs/casper-types/latest/casper_types/struct.RuntimeArgs.html) passed to the contract. Entry points are instantiated within the `call` entry point.

If a return value is needed, it should be declared using the following syntax described in the [Interacting with Runtime Return Values](../resources/tutorials/advanced/return-values-tutorial.md) tutorial.
If a return value is needed, it should be declared using the following syntax described in the [Interacting with Runtime Return Values](../resources/advanced/return-values-tutorial.md) tutorial.

```rust
runtime::ret(value);
Expand Down

0 comments on commit 243367b

Please sign in to comment.