Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed several expired and incorrect links in documentation #352

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/00_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
14 changes: 7 additions & 7 deletions documentation/00_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 7 additions & 7 deletions documentation/aleo/05_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -116,4 +116,4 @@ snarkvm update --list
To update snarkVM and suppress outputs to terminal run:
```
snarkvm update --quiet
```
```