diff --git a/app/[locale]/dapps/_components/dapps.tsx b/app/[locale]/dapps/_components/dapps.tsx index e9c41203194..f5915b3f7c0 100644 --- a/app/[locale]/dapps/_components/dapps.tsx +++ b/app/[locale]/dapps/_components/dapps.tsx @@ -542,7 +542,7 @@ const DappsPage = ({ { title: "Curve", description: t("page-dapps-dapp-description-curve"), - link: "https://curve.fi/", + link: "https://www.curve.finance/", image: curve, alt: t("page-dapps-curve-logo-alt"), }, @@ -1111,7 +1111,7 @@ const DappsPage = ({

{t("page-dapps-explore-dapps-title")}

{t("page-dapps-explore-dapps-description")}

{t("page-dapps-choose-category")}

-
+
{categoryKeys.map((key, idx) => { const categoryType = key as CategoryType const category = categories[categoryType] diff --git a/public/content/developers/docs/programming-languages/python/index.md b/public/content/developers/docs/programming-languages/python/index.md index 82b42ebc123..6d3aa1f9c86 100644 --- a/public/content/developers/docs/programming-languages/python/index.md +++ b/public/content/developers/docs/programming-languages/python/index.md @@ -84,7 +84,7 @@ Looking for more resources? Check out [ethereum.org/developers](/developers/). 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. - [Yearn Finance](https://yearn.finance/) and [Yearn Vault Contracts repository](https://github.com/yearn/yearn-vaults) -- [Curve](https://curve.fi/) and [Curve smart contracts repository](https://github.com/curvefi/curve-contract) +- [Curve](https://www.curve.finance/) and [Curve smart contracts repository](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/) and [smart contracts using Brownie toolchain](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/) uses [Python in managing and deploying their vesting contracts](https://github.com/sushiswap/sushi-vesting-protocols) - [Alpha Finance](https://alphafinance.io/), of Alpha Homora fame, uses [Brownie to test and deploy smart contracts](https://github.com/AlphaFinanceLab/alpha-staking-contract) diff --git a/public/content/guides/how-to-swap-tokens/index.md b/public/content/guides/how-to-swap-tokens/index.md index 16045a62ef0..44a8b36d119 100644 --- a/public/content/guides/how-to-swap-tokens/index.md +++ b/public/content/guides/how-to-swap-tokens/index.md @@ -22,7 +22,7 @@ Some popular exchanges are: - [Uniswap](https://app.uniswap.org/#/swap) - [Sushiswap](https://www.sushi.com/swap) - [1Inch](https://app.1inch.io/#/1/unified/swap/ETH/DAI) -- [Curve](https://curve.fi/#/ethereum/swap) +- [Curve](https://www.curve.finance/dex/ethereum/swap/) Interesting? Learn more about what [decentralised finance (DeFi)](/defi/) is and how these new kinds of exchanges work.