From 26d3a843410b61df1da50a747a1dfea92288fa78 Mon Sep 17 00:00:00 2001 From: itayporezky <57370673+itayporezky@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:51:33 +0200 Subject: [PATCH] Update index.md Fixing broken link --- public/content/developers/docs/evm/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content/developers/docs/evm/index.md b/public/content/developers/docs/evm/index.md index 7f0010fbdb4..175b29698ae 100644 --- a/public/content/developers/docs/evm/index.md +++ b/public/content/developers/docs/evm/index.md @@ -4,7 +4,7 @@ description: An introduction to the Ethereum virtual machine and how it relates lang: en --- -The Ethereum Virtual Machine (EVM) is a decentralized virtual environment that executes code consistently and securely across all Ethereum nodes. Nodes run the EVM to execute smart contracts, using "[gas](/gas/)" to measure the computational effort required for [operations](/developers/docs/evm/opcodes/), ensuring efficient resource allocation and network security. +The Ethereum Virtual Machine (EVM) is a decentralized virtual environment that executes code consistently and securely across all Ethereum nodes. Nodes run the EVM to execute smart contracts, using "[gas](/developers/docs/gas/)" to measure the computational effort required for [operations](/developers/docs/evm/opcodes/), ensuring efficient resource allocation and network security. ## Prerequisites {#prerequisites}