From 4b61ac1abf9873f9a989802c729a2be265cea959 Mon Sep 17 00:00:00 2001 From: alelpoan <155192176+alelpoan@users.noreply.github.com> Date: Sun, 24 May 2026 18:10:44 +0300 Subject: [PATCH] docs: fix incorrect link in use-for-fees guide --- src/pages/guide/issuance/use-for-fees.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/guide/issuance/use-for-fees.mdx b/src/pages/guide/issuance/use-for-fees.mdx index 7f238311..095b4553 100644 --- a/src/pages/guide/issuance/use-for-fees.mdx +++ b/src/pages/guide/issuance/use-for-fees.mdx @@ -119,7 +119,7 @@ require(reserveValidator > 0, "No liquidity available for fee conversion"); ::: -If the pool has no liquidity (`reserveValidatorToken == 0`), you'll need to add liquidity to the fee pool before users can pay fees with your token. See the [Create a Stablecoin](/guide/issuance/create-a-stablecoin) guide for instructions on minting fee AMM liquidity. +If the pool has no liquidity (`reserveValidatorToken == 0`), you'll need to add liquidity to the fee pool before users can pay fees with your token. See the [Managing Fee Liquidity](/guide/stablecoin-dex/managing-fee-liquidity) guide for instructions on minting fee AMM liquidity. ### Send payment with your token as fee