diff --git a/doc/src/learn/index.md b/doc/src/learn/index.md index 3fbb03f16ff9d..6e0c2ea3de19a 100644 --- a/doc/src/learn/index.md +++ b/doc/src/learn/index.md @@ -20,7 +20,7 @@ See the [Wallet Quick Start](../build/wallet.md) for installation, querying the Navigate and search this site however you see fit. Here is the order we recommend if you are new to Sui: -1. Learn [about Sui]((../learn/about-sui.md), how [Sui differs from Move](../learn/why-move.md), and [how Sui works](how-sui-works.md) starting in this very section. +1. Learn [about Sui](../learn/about-sui.md), how [Sui differs from Move](../learn/why-move.md), and [how Sui works](how-sui-works.md) starting in this very section. 1. [Build](../build/index.md) smart contracts, wallets, authorities, transactions, and more. 1. [Explore](../explore/index.md) NFTs, make transfers, and see the Sui API. 1. [Contribute](../contribute/index.md) to Sui by joining the community, making enhancements, and learning about Mysten Labs. @@ -42,4 +42,6 @@ Take note of these related repositories of information to make best use of the k Send us documentation fixes or requests for improvement at: doc@mystenlabs.com -You may also suggest changes to the docs directly in GitHub right here. Simply edit the file in question and generated a pull request. We will get back to you shortly. +You may also suggest changes to the docs directly in GitHub right here using the **Source Code** link below. + +Simply edit the file in question and generated a pull request. We will get back to you shortly.