From 56f1bdeebb2e81f297a8c6d38d9e056d47248cc8 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Thu, 3 Aug 2023 23:04:38 +0300 Subject: [PATCH] fix: update link to v3-sdk/minting-position Signed-off-by: Emmanuel Ferdman --- docs/sdk/v3/guides/liquidity/01-minting-position.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/v3/guides/liquidity/01-minting-position.md b/docs/sdk/v3/guides/liquidity/01-minting-position.md index 81b46c68aa..d99bcecb3d 100644 --- a/docs/sdk/v3/guides/liquidity/01-minting-position.md +++ b/docs/sdk/v3/guides/liquidity/01-minting-position.md @@ -7,7 +7,7 @@ title: Minting a Position This guide will cover how to create (or mint) a liquidity position on the Uniswap V3 protocol. It is based on the [minting a position code example](https://github.com/Uniswap/examples/tree/main/v3-sdk/minting-position), found in the Uniswap code examples [repository](https://github.com/Uniswap/examples). -To run this example, check out the examples's [README](https://github.com/Uniswap/examples/blob/main/v3-sdk/minting-posotion/README.md) and follow the setup instructions. +To run this example, check out the examples's [README](https://github.com/Uniswap/examples/blob/main/v3-sdk/minting-position/README.md) and follow the setup instructions. :::info If you need a briefer on the SDK and to learn more about how these guides connect to the examples repository, please visit our [background](../01-background.md) page!