From f49f9abe91f73eef4f6e2e4537be535cb9700d66 Mon Sep 17 00:00:00 2001 From: patrick <42063103+zm-moon@users.noreply.github.com> Date: Tue, 26 Mar 2024 03:18:04 +0800 Subject: [PATCH 1/3] fix broken links Signed-off-by: patrick <42063103+zm-moon@users.noreply.github.com> --- documentation/aleo/05_commands.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/documentation/aleo/05_commands.md b/documentation/aleo/05_commands.md index d4bd870c0..d7f1f665d 100644 --- a/documentation/aleo/05_commands.md +++ b/documentation/aleo/05_commands.md @@ -9,12 +9,12 @@ sidebar_label: Commands You can print the list of commands by running `snarkvm --help` ::: -* [snarkvm new](#aleo-new) -* [snarkvm build](#aleo-build) -* [snarkvm run](#aleo-run) -* [snarkvm execute](#aleo-execute) -* [snarkvm clean](#aleo-clean) -* [snarkvm update](#aleo-update) +* [snarkvm new](#snarkvm-new) +* [snarkvm build](#snarkvm-build) +* [snarkvm run](#snarkvm-run) +* [snarkvm execute](#snarkvm-execute) +* [snarkvm clean](#snarkvm-clean) +* [snarkvm update](#snarkvm-update) [//]: # (5. [aleo node](#5-aleo-node)) [//]: # (5. [aleo deploy](#6-aleo-deploy)) @@ -116,4 +116,4 @@ snarkvm update --list To update snarkVM and suppress outputs to terminal run: ``` snarkvm update --quiet -``` \ No newline at end of file +``` From 88efdb3c4c4ece432c56601f13150e9d224bd59a Mon Sep 17 00:00:00 2001 From: patrick <42063103+zm-moon@users.noreply.github.com> Date: Tue, 26 Mar 2024 03:32:53 +0800 Subject: [PATCH 2/3] Fix error links Signed-off-by: patrick <42063103+zm-moon@users.noreply.github.com> --- documentation/00_overview.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/documentation/00_overview.md b/documentation/00_overview.md index 8dc3f2e79..354f763af 100644 --- a/documentation/00_overview.md +++ b/documentation/00_overview.md @@ -21,17 +21,17 @@ An index of all pages available in this documentation. - [Leo Operators List](./leo/04_operators.md) - [Leo Command Line Interface](./leo/05_commands.md) - [Leo Code Editor Plugins](./leo/06_tooling.md) -- [Leo Examples, Guides, and Developer Resources](./leo/07_resources.md) +- [Leo Examples, Guides, and Developer Resources](./leo/08_resources.md) - [Leo Cheatsheet](./leo/09_cheatsheet.md) ### Chapter 2: Leo by Example -- [Auction](./leo/08_auction.md) -- [Basic Bank](https://github.com/AleoHQ/workshop/tree/master/basic_bank) -- [Vote](https://github.com/AleoHQ/workshop/tree/master/vote) -- [Token](https://github.com/AleoHQ/workshop/tree/master/token) -- [TicTacToe](https://github.com/AleoHQ/workshop/tree/master/tictactoe) -- [Battleship](https://github.com/AleoHQ/workshop/tree/master/battleship) +- [Auction](./leo/10_auction.md) +- [Basic Bank](./leo/11_basic_bank.md) +- [Vote](./leo/12_vote.md) +- [Token](./leo/13_token.md) +- [TicTacToe](./leo/14_tictactoe.md) +- [Battleship](./leo/15_battleship.md) ### Chapter 3: Concepts From 5326578ead7f474561748e30e3d9b37b43dfae41 Mon Sep 17 00:00:00 2001 From: patrick <42063103+zm-moon@users.noreply.github.com> Date: Tue, 26 Mar 2024 03:49:52 +0800 Subject: [PATCH 3/3] update expired links Signed-off-by: patrick <42063103+zm-moon@users.noreply.github.com> --- documentation/00_getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/00_getting_started.md b/documentation/00_getting_started.md index d89f952c7..7c6fbb23d 100644 --- a/documentation/00_getting_started.md +++ b/documentation/00_getting_started.md @@ -80,7 +80,7 @@ If you're interested in learning more about Aleo: 🎮 | Leo Playground ~ **https://play.leo-lang.org/** -🔎 | Aleo Block Explorer ~ **https://www.aleo.network/** +🔎 | Aleo Block Explorer ~ **https://explorer.aleo.org/** ✍️ | Community Blog ~ **https://medium.com/@AleoHQ**