Skip to content

Commit

Permalink
Fix links to M1.move file in DevNet doc (MystenLabs#2545)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay-Mysten authored Jun 15, 2022
1 parent 8fb90dc commit 14d1346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/explore/devnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Which yields output resembling:
Created new keypair for address : 2D32ED71381BEF7F3D8C57B48DF82123593672AA
```
In order to create a sword and transfer it to another player, we use the following command to call the `sword_create` [function](https://github.com/MystenLabs/sui/blob/f4afb603801c90236772a1b2b56f2e216a9adf82/sui_programmability/examples/move_tutorial/sources/M1.move#L44) in the `M1` [module](https://github.com/MystenLabs/sui/blob/f4afb603801c90236772a1b2b56f2e216a9adf82/sui_programmability/examples/move_tutorial/sources/M1.move#L4) of the package we previously published.
In order to create a sword and transfer it to another player, we use the following command to call the `sword_create` [function](https://github.com/MystenLabs/sui/blob/main/sui_programmability/examples/move_tutorial/sources/M1.move#L44) in the `M1` [module](https://github.com/MystenLabs/sui/blob/main/sui_programmability/examples/move_tutorial/sources/M1.move#L4) of the package we previously published.
> **Important:** Note placeholders on the command line and formatting of function parameters as it is important to follow the same pattern.
Expand Down

0 comments on commit 14d1346

Please sign in to comment.