Skip to content

Commit

Permalink
Update debug-publish.md (#4608)
Browse files Browse the repository at this point in the history
Link fix due to code change
  • Loading branch information
randall-Mysten authored Sep 16, 2022
1 parent 3d7893b commit fe8b107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/build/move/debug-publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Continuing our fantasy game example, let's introduce a
concept of a forge that will be involved in the process of creating
swords - for starters let it keep track of how many swords have been
created. Let us define the `Forge` struct and a function returning the
number of created swords as follows and put into the `m1.move` file:
number of created swords as follows and put into the `my_module.move` file:

``` rust
struct Forge has key, store {
Expand Down Expand Up @@ -151,4 +151,4 @@ encounter compilation errors in the existing tests due to the
required for the tests to run again as an exercise for the reader. The
entire source code for the package we have developed (with all the
tests properly adjusted) can be found in
[m1.move](https://github.com/MystenLabs/sui/tree/main/sui_programmability/examples/move_tutorial/sources/m1.move).
[my_module.move](https://github.com/MystenLabs/sui/tree/main/sui_programmability/examples/move_tutorial/sources/my_module.move).

0 comments on commit fe8b107

Please sign in to comment.