From 60e1f6417ea661a503aa04cb28d2887ec54426d4 Mon Sep 17 00:00:00 2001 From: Patrick Gray Date: Thu, 20 May 2021 10:10:26 -0400 Subject: [PATCH] fix: uincorrect ft standard link --- src/pages/write-smart-contracts/tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/write-smart-contracts/tokens.md b/src/pages/write-smart-contracts/tokens.md index 11b3ee94..9d2172a0 100644 --- a/src/pages/write-smart-contracts/tokens.md +++ b/src/pages/write-smart-contracts/tokens.md @@ -47,7 +47,7 @@ represented by wallets that support Stacks. The [SIP-010][] standard is an interface definition that allows Stacks applications and wallets to interact with fungible tokens in a standard way. Supporting the standard reduces complexity for token creators to get their tokens -into the ecosystem. Under the [SIP-009][] standard, fungible tokens must have the following characteristics: +into the ecosystem. Under the [SIP-010][] standard, fungible tokens must have the following characteristics: - Ability to transfer a specified amount of the token to a recipient (`transfer`). The recipient is required to be a Stacks principal.