Skip to content

Commit

Permalink
fix broken links in move-example section (#7984)
Browse files Browse the repository at this point in the history
Fix for broken links in the "Sui Move by Example" section

Co-authored-by: Szymon Wolny <Szymon.Wolny@itechart-group.com>
  • Loading branch information
2 people authored and williampsmith committed Feb 3, 2023
1 parent cb0e4cd commit e64a9e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/src/explore/move-examples/additional-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ title: Additional Resources
To find out more about Sui Move and its usage, check out these links:

- [Sui Move examples in 'mystenLabs/sui' repo](https://github.com/MystenLabs/sui/tree/main/sui_programmability/examples)
- [How Sui Move differs from Core Move](../learn/sui-move-diffs/index.md)
- [How Sui Move differs from Core Move](../../learn/sui-move-diffs.md)
- [Why we created Sui Move](https://medium.com/mysten-labs/why-we-created-sui-move-6a234656c36b)
- [Programming with Objects on Sui](../build/programming-with-objects/index.md)
4 changes: 2 additions & 2 deletions doc/src/explore/move-examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Sui Move by Example
---

The documentation elsewhere on this site examines the [Sui Move](/learn/sui-move-diffs.md) dialect of the [Move](/learn/why-move.md) programming language. The site explains the fundamentals of [programming with objects](/build/programming-with-objects.md) and details how to use Sui Move to [write smart contracts](/build/move.md), offering [smart contract examples](/explore/examples.md) that apply these concepts to real-world use cases.
The documentation elsewhere on this site examines the [Sui Move](../../learn/sui-move-diffs.md) dialect of the [Move](../../learn/why-move.md) programming language. The site explains the fundamentals of [programming with objects](../../build/programming-with-objects/index.md) and details how to use Sui Move to [write smart contracts](../../build/move/index.md), offering [smart contract examples](../../explore/examples.md) that apply these concepts to real-world use cases.

The content in this section expands upon the smart contract examples, providing a component-by-component breakdown for reference when creating your own modules. What is more expressive in the world of code than the code itself? In this section, you'll find examples for most of the features of Sui Move, as well as a number of advanced patterns you can leverage right away to improve your modules.

Expand All @@ -11,4 +11,4 @@ All code samples are written with the assumption that you use *Sui Move*, which
$ cargo install --locked --git https://github.com/MystenLabs/sui.git --branch "main" sui
```

Keep in mind that the branch is set to `main`. If you're developing with our [devnet](/build/devnet.md) or need more details, follow the instructions at [install Sui](/build/install.md#binaries).
Keep in mind that the branch is set to `main`. If you're developing with our [devnet](../../build/devnet.md) or need more details, follow the instructions at [install Sui](../../build/install.md#install-or-update-sui-binaries).

0 comments on commit e64a9e5

Please sign in to comment.