diff --git a/doc/src/build/move/index.md b/doc/src/build/move/index.md index f89697e597db0..3ce432b4202f3 100644 --- a/doc/src/build/move/index.md +++ b/doc/src/build/move/index.md @@ -38,7 +38,7 @@ my_move_package See [Package Layout and Manifest Syntax](https://github.com/move-language/move/blob/main/language/documentation/book/src/packages.md#package-layout-and-manifest-syntax) for more information on package layout. -It's now time to look at some Sui Move code. You can either keep reading for an introductory description of the main Sui Move language constructs or you can jump straight into the code by [writing a simple Sui Move package](write-package.md), and checking out additional code [examples](../../explore/examples.md). +It's now time to look at some Sui Move code. You can either keep reading for an introductory description of the main Sui Move language constructs or you can jump straight into the code by [writing a simple Sui Move package](../move/write-package.md), and checking out additional code examples in [Sui by Example](https://examples.sui.io). ## First look at Move source code diff --git a/doc/src/explore/index.md b/doc/src/explore/index.md index 3f2c4b491294b..18789d98b47f8 100644 --- a/doc/src/explore/index.md +++ b/doc/src/explore/index.md @@ -4,12 +4,6 @@ title: Explore Sui See examples and tutorials built on Sui. -## Sui applications - -[Sui Capys](https://capy.art/) - Sui Capys demonstrates the capabilities of Sui with cute, fun capybaras you can collect, breed, and adorn with your favorite items. - -[Satoshi Flip](https://satoshi-flip.sui.io/) - Satoshi Flip is the first Sui application with fair and transparent random selection output, using a Sui epoch-locked Satoshi-Dice variant. - ## Tutorials View the [Tic Tac Toe tutorial](../explore/tutorials.md) to learn how to create a Tic Tac Toe game on Sui.