From 1acd72fb0e3a32771863e15531d29f9dd6da9b0b Mon Sep 17 00:00:00 2001 From: Darigov Research <30328618+darigovresearch@users.noreply.github.com> Date: Sun, 19 Nov 2023 21:42:14 +0000 Subject: [PATCH] fix: Corrects incorrect rendering of link in spicy terms --- pages/spicy-terms.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/spicy-terms.mdx b/pages/spicy-terms.mdx index da705c6..9d770da 100644 --- a/pages/spicy-terms.mdx +++ b/pages/spicy-terms.mdx @@ -17,7 +17,7 @@ A [ZK-Rollup](/other-terms#ZK-Rollup) that can [prove](/other-terms#Prover) the ## EVM-equivalent ZK-EVM -A [ZK-Rollup](/other-terms#ZK-Rollup) that can interpret and execute [EVM](/other-terms#Ethereum-Virtual-Machine-(EVM)) [bytecode](/other-terms#Bytecode). All EVM opcodes and [pre-compiles](/other-terms#Pre-compiles) are supported and provable through the [ZK-EVM])(#ZK-EVM) [circuit](/other-terms#circuit). (Type 2 in [Vitalik's classification](https://vitalik.ca/general/2022/08/04/zkevm.html)). +A [ZK-Rollup](/other-terms#ZK-Rollup) that can interpret and execute [EVM](/other-terms#Ethereum-Virtual-Machine-(EVM)) [bytecode](/other-terms#Bytecode). All EVM opcodes and [pre-compiles](/other-terms#Pre-compiles) are supported and provable through the [ZK-EVM](#ZK-EVM) [circuit](/other-terms#circuit). (Type 2 in [Vitalik's classification](https://vitalik.ca/general/2022/08/04/zkevm.html)). ## Bytecode-compatible (EVM-compatible) ZK-EVM