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