From 5e1a47f5bc943e694ff8ab96c3d6f1a5a581d2ce Mon Sep 17 00:00:00 2001 From: Frank Chen Date: Wed, 14 Feb 2024 14:50:53 -0800 Subject: [PATCH] fix more broken links --- documentation/00_getting_started.md | 2 +- documentation/00_leo_overview.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/00_getting_started.md b/documentation/00_getting_started.md index 5b389ee827..d89f952c73 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 ba9f4ced24..3553d39d19 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