Skip to content

Commit

Permalink
Correct links
Browse files Browse the repository at this point in the history
  • Loading branch information
vicsn committed Apr 1, 2024
1 parent 98c8d3c commit 741d7f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion documentation/00_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ If you're interested in learning more about Aleo:

✍️ | Community Blog ~ **https://medium.com/@AleoHQ**

### Looking for [**Developer Resources?**](./leo/08_resources.md)
### Looking for [**Developer Resources?**](./leo/07_resources.md)
10 changes: 5 additions & 5 deletions documentation/00_leo_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To learn the core concepts and syntax of Leo, start with the [**Layout of a Leo

To view the full list of supported operators in Leo, see [**Operators**](./leo/04_operators.md).

For a quick reference of Leo syntax, see the [**Leo Cheat Sheet**](./leo/09_cheatsheet.md).
For a quick reference of Leo syntax, see the [**Leo Cheat Sheet**](./leo/08_cheatsheet.md).

## Formal Language Documentation

Expand All @@ -52,13 +52,13 @@ The Leo CLI provides a suite of commands to make programming in Leo easy.
## Additional Material
Install Leo for your favorite code [**editor**](./leo/06_tooling.md).

For additional developer resources such as examples and community projects, see [**Developer Resources**](./leo/08_resources.md).
For additional developer resources such as examples and community projects, see [**Developer Resources**](./leo/07_resources.md).

Is your Leo code formatted correctly? Check out the [**Style Guide**](./leo/08_resources.md#style-guide) and [**Common Patterns**](./leo/08_resources.md#common-patterns) for the official guidelines.
Is your Leo code formatted correctly? Check out the [**Style Guide**](./leo/07_resources.md#style-guide) and [**Common Patterns**](./leo/07_resources.md#common-patterns) for the official guidelines.

Found a bug? Have an idea for a feature? File an issue on the [**Leo GitHub**](https://github.com/AleoHQ/leo/issues/new/choose).

See the [**Contributing Guide**](./leo/08_resources.md#contributing) for more information.
See the [**Contributing Guide**](./leo/07_resources.md#contributing) for more information.

## Examples
- [Private Auction](./leo/10_auction.md)
- [Private Auction](./leo/09_auction.md)
4 changes: 2 additions & 2 deletions documentation/00_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ An index of all pages available in this documentation.
- [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 Cheatsheet](./leo/09_cheatsheet.md)
- [Leo Cheatsheet](./leo/08_cheatsheet.md)

### Chapter 2: Leo by Example

- [Auction](./leo/08_auction.md)
- [Auction](./leo/09_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)
Expand Down

0 comments on commit 741d7f1

Please sign in to comment.