Commit 0bf694a1 authored by Rachel-Eichenberger's avatar Rachel-Eichenberger Committed by GitHub

fix: Update V2 Pool Document link (#4188)

Update V2 Pool Document link

Current link line 163 point to old documents, and gives error page
changed to

https://docs.uniswap.org/protocol/V2/concepts/core-concepts/pools

current version of pool documents for V2
parent b8829639
......@@ -160,7 +160,7 @@ export default function Pool() {
<ExternalLink
style={{ color: theme.deprecated_white, textDecoration: 'underline' }}
target="_blank"
href="https://uniswap.org/docs/v2/core-concepts/pools/"
href="https://docs.uniswap.org/protocol/V2/concepts/core-concepts/pools"
>
<ThemedText.White fontSize={14}>
<Trans>Read more about providing liquidity</Trans>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment