From 85d5fffc10e097fc2e6ca85504db35e47f5750b2 Mon Sep 17 00:00:00 2001 From: ant <0xdevant@gmail.com> Date: Sat, 30 Nov 2024 13:16:43 +0800 Subject: [PATCH] fix: link broken in minting-position.md (#822) --- docs/sdk/v3/guides/liquidity/02-minting-position.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/v3/guides/liquidity/02-minting-position.md b/docs/sdk/v3/guides/liquidity/02-minting-position.md index e14e7d1ec..68ef981b9 100644 --- a/docs/sdk/v3/guides/liquidity/02-minting-position.md +++ b/docs/sdk/v3/guides/liquidity/02-minting-position.md @@ -231,4 +231,4 @@ The effect of the transaction is to mint a new Position NFT. We should see a new ## Next Steps -Once you have minted a position, our next guide ([Adding and Removing Liquidity](./03-modifying-position.md)) will demonstrate how you can add and remove liquidity from that minted position! +Once you have minted a position, our next guide [Adding and Removing Liquidity](./04-modifying-position.md) will demonstrate how you can add and remove liquidity from that minted position!