From b18438d5fbb9382be99c4a1bb70401ec510df5a8 Mon Sep 17 00:00:00 2001 From: guvenemirhan Date: Sun, 13 Aug 2023 20:10:43 +0300 Subject: [PATCH] links fixed --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b1b71cc..adf894d 100644 --- a/README.md +++ b/README.md @@ -136,10 +136,10 @@ In order to learn the basics of Ethereum, go through the [ethereum.org documenta - [Web2 vs. Web3](https://ethereum.org/en/developers/docs/web2-vs-web3/) - [Accounts](https://ethereum.org/en/developers/docs/accounts/) - [Transactions](https://ethereum.org/en/developers/docs/transactions/) -- [Ethereum Virtual Machine (EVM)](https://ethereum.org/en/developers/docs/blocks/) -- [Gas](https://ethereum.org/en/developers/docs/evm/) (skip the Opcodes section, we'll revisit that later) -- [Nodes and clients](https://ethereum.org/en/developers/docs/gas/) -- [Networks](https://ethereum.org/en/developers/docs/nodes-and-clients/) +- [Ethereum Virtual Machine (EVM)](https://ethereum.org/en/developers/docs/evm/) +- [Gas](https://ethereum.org/en/developers/docs/gas/) (skip the Opcodes section, we'll revisit that later) +- [Nodes and clients](https://ethereum.org/en/developers/docs/nodes-and-clients/) +- [Networks](https://ethereum.org/en/developers/docs/networks/) - [Consensus mechanisms](https://ethereum.org/en/developers/docs/consensus-mechanisms/) - [Governance / EIP process](https://ethereum.org/en/governance/) - **Ethereum roadmap - Endgame**