Skip to content

Commit 20d92fe

Browse files
committed
fix links
1 parent b42018d commit 20d92fe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

documentation/guides/aleo/00_aleo_overview.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@ Read the full list of supported [AVM opcodes](./04_opcodes.md).
3434

3535
## Formal Language Documentation
3636

37-
Check your program or compiler implementation against the [Aleo instructions grammar](./06_grammar.md).
37+
Check your program or compiler implementation against the [Aleo instructions grammar](./07_grammar.md).
3838

3939
Study the formal [ABNF grammar specification](https://github.com/ProvableHQ/grammars) for the full formal syntax of Aleo instructions.
4040

4141
## Command Line Interface Documentation
4242

4343
The snarkVM CLI provides a suite of commands to make programming in Aleo instructions easy.
4444

45-
* [snarkvm new](./05_commands.md#snarkvm-new)
46-
* [snarkvm build (deprecated)](./05_commands.md#snarkvm-build)
47-
* [snarkvm run](./05_commands.md#snarkvm-run)
48-
* [snarkvm clean](./05_commands.md#snarkvm-clean)
49-
* [snarkvm update](./05_commands.md#snarkvm-update)
45+
* [snarkvm new](./06_commands.md#snarkvm-new)
46+
* [snarkvm build (deprecated)](./06_commands.md#snarkvm-build)
47+
* [snarkvm run](./06_commands.md#snarkvm-run)
48+
* [snarkvm clean](./06_commands.md#snarkvm-clean)
49+
* [snarkvm update](./06_commands.md#snarkvm-update)
5050

5151
[//]: # (5. [aleo node](./05_commands.md#5-aleo-node))
5252
[//]: # (6. [aleo deploy](./05_commands.md#6-aleo-deploy))
5353

5454
## Additional Material
5555

56-
Install Aleo instructions for your favorite code [**editor**](./07_tooling.md).
56+
Install Aleo instructions for your favorite code [**editor**](./08_tooling.md).

0 commit comments

Comments
 (0)