From e961c2db2ef6be80c2404b6408d035cc80eea251 Mon Sep 17 00:00:00 2001 From: Clay-Mysten <100217682+Clay-Mysten@users.noreply.github.com> Date: Thu, 10 Mar 2022 22:58:46 -0800 Subject: [PATCH] Update README.md (#750) Fixing paths to moved files --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 849754bbfd76b..bd90352350232 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Welcome to Sui, a next generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the [Move](https://github.com/MystenLabs/awesome-move) programming language! Find everything you need within the [Sui Developer Guides](doc/src/index.md) and supporting materials. -* To jump right into building smart contract applications on top of Sui, start at the [Move Smart Contract Quick Start](doc/src/move.md). +* To jump right into building smart contract applications on top of Sui, start at the [Move Smart Contract Quick Start](doc/src/build/move.md). * To experiment with a sample Sui wallet, check out [Wallet Quick Start](doc/src/build/wallet.md). * To understand what's possible by browsing Move code built on top of Sui, review the [examples](sui_programmability/examples). * To start coding against Sui's REST APIs, start at the [API reference](https://app.swaggerhub.com/apis/arun-koshy/sui-api). -* To learn what distinguishes Sui from other blockchain systems, see [What Makes Sui Different?](doc/src/learn/what-makes-sui-different.md). -* To go deep on how Sui works, read the [Sui Smart Contract Platform](doc/paper/sui.pdf) white paper. \ No newline at end of file +* To learn what distinguishes Sui from other blockchain systems, see [How Sui Differs?](doc/src/learn/sui-compared.md). +* To go deep on how Sui works, read the [Sui Smart Contract Platform](doc/paper/sui.pdf) white paper.