diff --git a/documentation/00_getting_started.md b/documentation/00_getting_started.md index 5b389ee82..d89f952c7 100644 --- a/documentation/00_getting_started.md +++ b/documentation/00_getting_started.md @@ -84,4 +84,4 @@ If you're interested in learning more about Aleo: ✍️ | Community Blog ~ **https://medium.com/@AleoHQ** -### Looking for [**Developer Resources?**](./leo/07_resources.md) +### Looking for [**Developer Resources?**](./leo/08_resources.md) diff --git a/documentation/00_leo_overview.md b/documentation/00_leo_overview.md index ba9f4ced2..3553d39d1 100644 --- a/documentation/00_leo_overview.md +++ b/documentation/00_leo_overview.md @@ -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/07_resources.md). +For additional developer resources such as examples and community projects, see [**Developer Resources**](./leo/08_resources.md). -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. +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. 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/07_resources.md#contributing) for more information. +See the [**Contributing Guide**](./leo/08_resources.md#contributing) for more information. ## Examples -- [Private Auction](./leo/08_auction.md) \ No newline at end of file +- [Private Auction](./leo/10_auction.md) \ No newline at end of file