Skip to content

Commit

Permalink
Fix Transfer.move link in move.md (MystenLabs#2176)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay-Mysten authored May 23, 2022
1 parent cdbc734 commit 8ecacd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/build/move.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ problem is to transfer ownership of the sword.
In order to get our test to work, we then add the following line to
the beginning of our testing function to import the
[Transfer module](https://github.com/MystenLabs/sui/tree/main/sui_programmability/framework/sources/Transfer.move):
[Transfer module](https://github.com/MystenLabs/sui/blob/main/crates/sui-framework/sources/Transfer.move):
``` rust
use Sui::Transfer;
Expand Down

0 comments on commit 8ecacd7

Please sign in to comment.