From dbe55a18102511e9006f3c621e7d75f20d7def83 Mon Sep 17 00:00:00 2001 From: collin <16715212+collinc97@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:44:01 -0400 Subject: [PATCH] fix explorer link --- documentation/sdk/typescript/00_sdk_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/sdk/typescript/00_sdk_overview.md b/documentation/sdk/typescript/00_sdk_overview.md index ab3d20e96..799ed5cc6 100644 --- a/documentation/sdk/typescript/00_sdk_overview.md +++ b/documentation/sdk/typescript/00_sdk_overview.md @@ -668,7 +668,7 @@ A full example of this implementation can be found [here](https://github.com/Ale The official token of operation of the Aleo Network are Aleo credits. Aleo credits are used to pay all fees for program execution on the Aleo network. -Aleo credits are defined in the [credits.aleo](https://www.aleo.network/programs/credits.aleo) program. This program is +Aleo credits are defined in the [credits.aleo](https://explorer.aleo.org/program/credits.aleo) program. This program is deployed to the Aleo Network and defines data structures representing Aleo credits and the functions used to manage them. There are two ways to hold Aleo credits.