Skip to content

Commit

Permalink
updated link to public_transfer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dantheman8300 committed May 13, 2024
1 parent 0c51508 commit 58690d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-one/lessons/4_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ We can define our minting function in the Hello World example as the following:
}
```

This function simply creates a new instance of the `HelloWorldObject` custom type, then uses the Sui system [`public_transfer`](https://github.com/MystenLabs/sui/blob/main/crates/sui-framework/docs/transfer.md#function-public_transfer) function to send it to the transaction caller.
This function simply creates a new instance of the `HelloWorldObject` custom type, then uses the Sui system [`public_transfer`](https://github.com/MystenLabs/sui/blob/main/crates/sui-framework/docs/sui-framework/transfer.md#function-public_transfer) function to send it to the transaction caller.

0 comments on commit 58690d5

Please sign in to comment.