Skip to content

Commit 3a87160

Browse files
committed
fix: use pathname
1 parent a14058e commit 3a87160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/docs/execution-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The execution model follow the following steps:
1414

1515
## Prefetch
1616

17-
The EVM state capture system is built around the [`EvmSketch`](/api/sp1_cc_host_executor/struct.EvmSketch.html) struct, which prefetches and organizes all data required to execute Ethereum smart contract calls and and retrieve events logs in the zkVM. The sketch acts as a bridge between the host environment (which has access to Ethereum RPC endpoints) and the client environment (which executes in the isolated zkVM).
17+
The EVM state capture system is built around the [`EvmSketch`](pathname:///api/sp1_cc_host_executor/struct.EvmSketch.html) struct, which prefetches and organizes all data required to execute Ethereum smart contract calls and and retrieve events logs in the zkVM. The sketch acts as a bridge between the host environment (which has access to Ethereum RPC endpoints) and the client environment (which executes in the isolated zkVM).
1818

1919
:::tip
2020

0 commit comments

Comments
 (0)