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

Merged
merged 4 commits into from
Feb 16, 2025
Merged
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
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
```
```