From 792d9cfb4fecab92950b6a96f007ebc1e56673e6 Mon Sep 17 00:00:00 2001 From: Bri Wylde <92327786+briwylde08@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:41:33 -0600 Subject: [PATCH] Fix link (#675) --- docs/smart-contracts/tokens/wayfinding.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/smart-contracts/tokens/wayfinding.mdx b/docs/smart-contracts/tokens/wayfinding.mdx index db2f39744..125ee12b7 100644 --- a/docs/smart-contracts/tokens/wayfinding.mdx +++ b/docs/smart-contracts/tokens/wayfinding.mdx @@ -26,7 +26,7 @@ Stellar’s transactions are fast and cost-effective, making the network great f Stellar assets: - Are compatible with Stellar ecosystem products (such as Stellar wallets) and other ecosystem products (such as exchanges). -- Benefit from [anchors](../../learn/encyclopedia/anchors.mdx), the bridges between the Stellar network and traditional financial systems. Explore the global [Stellar anchor directory](https://anchors.stellar.org/) for further details. +- Benefit from [anchors](../../learn/fundamentals/anchors.mdx), the bridges between the Stellar network and traditional financial systems. Explore the global [Stellar anchor directory](https://anchors.stellar.org/) for further details. - Give the issuer granular control over asset management with features that allow the issuer to [name the asset](../../issuing-assets/control-asset-access.mdx#naming-an-asset), [determine access control](../../issuing-assets/control-asset-access.mdx#controlling-access-to-an-asset-with-flags), [limit asset supply](../../issuing-assets/control-asset-access.mdx#limiting-the-supply-of-an-asset), [publish asset information](../../issuing-assets/publishing-asset-info.mdx), and [ensure compliance](../../issuing-assets/anatomy-of-an-asset.mdx#compliance). :::note