diff --git a/docs/build/differences-vs-evm/index.md b/docs/build/differences-vs-evm/index.md index 914642e917..a9eb33f62b 100644 --- a/docs/build/differences-vs-evm/index.md +++ b/docs/build/differences-vs-evm/index.md @@ -5,7 +5,7 @@ sidebar_custom_props: icon: ↔️ --- -Flow [Cadence] is designed with many improvements over prior blockchain networks. As a result, you'll notice many differences between Flow vs. other blockchains, especially Ethereum. This document will be most useful to developers who are already familiar with building on the EVM, but contains details useful to all developers. Check out [Why Flow] for a more general overview of the Flow blockchain. +Flow [Cadence] is designed with many improvements over prior blockchain networks. As a result, you'll notice many differences between Flow vs other blockchains, especially Ethereum. This document will be most useful to developers who are already familiar with building on the EVM, but contains details useful to all developers. Check out [Why Flow] for a more general overview of the Flow blockchain. :::tip @@ -169,7 +169,7 @@ Access Nodes are the node type that are most useful for developers, as they prov If you're already familiar with blockchain development, here's a comparison between popular software packages and Flow's tooling: -- [hardhat](https://hardhat.org/) / [Truffle](https://trufflesuite.com/) / [Foundry](https://github.com/foundry-rs/foundry) +- [Hardhat](https://hardhat.org/) / [Truffle](https://trufflesuite.com/) / [Foundry](https://getfoundry.sh/) - [Flow CLI](https://github.com/onflow/flow-cli/) provides local development tools and the [Flow Emulator](https://github.com/onflow/flow-emulator) - [OpenZeppelin](https://www.openzeppelin.com/) - [Emerald OZ](https://oz.ecdao.org/overview)