Skip to content

Commit 31568f5

Browse files
committed
fix: curve.finance links
1 parent 83b1104 commit 31568f5

File tree

3 files changed

+3
-3
lines changed
  • app/[locale]/dapps/_components
  • public/content
    • developers/docs/programming-languages/python
    • guides/how-to-swap-tokens

3 files changed

+3
-3
lines changed

app/[locale]/dapps/_components/dapps.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ const DappsPage = ({
542542
{
543543
title: "Curve",
544544
description: t("page-dapps-dapp-description-curve"),
545-
link: "https://curve.fi/",
545+
link: "https://www.curve.finance/",
546546
image: curve,
547547
alt: t("page-dapps-curve-logo-alt"),
548548
},

public/content/developers/docs/programming-languages/python/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Looking for more resources? Check out [ethereum.org/developers](/developers/).
8484
The following Ethereum-based projects use tools mentioned on this page. The related open-source repositories serve as a good reference for example code and best practices.
8585

8686
- [Yearn Finance](https://yearn.finance/) and [Yearn Vault Contracts repository](https://github.com/yearn/yearn-vaults)
87-
- [Curve](https://curve.fi/) and [Curve smart contracts repository](https://github.com/curvefi/curve-contract)
87+
- [Curve](https://www.curve.finance/) and [Curve smart contracts repository](https://github.com/curvefi/curve-contract)
8888
- [BadgerDAO](https://badger.com/) and [smart contracts using Brownie toolchain](https://github.com/Badger-Finance/badger-system)
8989
- [Sushi](https://sushi.com/) uses [Python in managing and deploying their vesting contracts](https://github.com/sushiswap/sushi-vesting-protocols)
9090
- [Alpha Finance](https://alphafinance.io/), of Alpha Homora fame, uses [Brownie to test and deploy smart contracts](https://github.com/AlphaFinanceLab/alpha-staking-contract)

public/content/guides/how-to-swap-tokens/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Some popular exchanges are:
2222
- [Uniswap](https://app.uniswap.org/#/swap)
2323
- [Sushiswap](https://www.sushi.com/swap)
2424
- [1Inch](https://app.1inch.io/#/1/unified/swap/ETH/DAI)
25-
- [Curve](https://curve.fi/#/ethereum/swap)
25+
- [Curve](https://www.curve.finance/dex/ethereum/swap/)
2626

2727
Interesting? Learn more about what [decentralised finance (DeFi)](/defi/) is and how these new kinds of exchanges work.
2828

0 commit comments

Comments
 (0)