From 09225187a93c867aa730c0625e5e561598a26e13 Mon Sep 17 00:00:00 2001 From: CrytoInsight <150222426+CrytoInsight@users.noreply.github.com> Date: Sat, 30 Dec 2023 17:15:57 +0800 Subject: [PATCH] chore: fix link --- docs/specs/zk_evm/vm_specification/compiler/system_contracts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specs/zk_evm/vm_specification/compiler/system_contracts.md b/docs/specs/zk_evm/vm_specification/compiler/system_contracts.md index 4b1b6f29812..96f370f986b 100644 --- a/docs/specs/zk_evm/vm_specification/compiler/system_contracts.md +++ b/docs/specs/zk_evm/vm_specification/compiler/system_contracts.md @@ -48,7 +48,7 @@ Since EVM also uses heap to store the calldata for `KECCAK256`, the required mem generator, and zkSync Era compiler does not need to use [the auxiliary heap](#auxiliary-heap). For reference, see -[the LLVM IR codegen source code](https://github.com/matter-labs/era-compiler-llvm-context/blob/main/src/eravm/context/function/runtime/keccak256.rs). +[the LLVM IR codegen source code](https://github.com/matter-labs/era-compiler-llvm-context/blob/main/src/eravm/context/function/llvm_runtime.rs). ### Contract Deployer