From e56c36a48cc71afe4af7595250672c05cea323d0 Mon Sep 17 00:00:00 2001 From: James Bayly Date: Mon, 9 Oct 2023 09:50:33 +0700 Subject: [PATCH] Update algorand starter URL --- docs/quickstart/quickstart_chains/algorand.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart/quickstart_chains/algorand.md b/docs/quickstart/quickstart_chains/algorand.md index ee98bbc1824..21c360b309b 100644 --- a/docs/quickstart/quickstart_chains/algorand.md +++ b/docs/quickstart/quickstart_chains/algorand.md @@ -18,7 +18,7 @@ Now, let's move forward and update these configurations. Previously, in the [1. Create a New Project](../quickstart.md) section, you must have noted [3 key files](../quickstart.md#_3-make-changes-to-your-project). Let's begin updating them one by one. ::: tip Note -The final code of this project can be found [here](https://github.com/subquery/algorand-subql-starter/tree/main/Algorand/algorand-planet-watch). +The final code of this project can be found [here](https://github.com/subquery/algorand-subql-starter/tree/main/Algorand/algorand-starter). ::: ## 1. Update Your GraphQL Schema File @@ -411,7 +411,7 @@ You will see the result similar to below: ``` ::: tip Note -The final code of this project can be found [here](https://github.com/subquery/algorand-subql-starter/tree/main/Algorand/algorand-planet-watch). +The final code of this project can be found [here](https://github.com/subquery/algorand-subql-starter/tree/main/Algorand/algorand-starter). ::: ## What's next?