@@ -89,17 +89,17 @@ The following diagram shows how the major protocol components interact across L1
8989``` mermaid
9090graph LR
9191 subgraph "Ethereum L1"
92- OptimismPortal(<a href="./bridging/withdrawals.html #the-optimism-portal-contract">OptimismPortal</a>)
93- BatchInbox(<a href="../reference/glossary.html #batcher-transaction">Batch Inbox Address</a>)
94- DisputeGameFactory(<a href="./proofs/contracts.html #disputegamefactory">DisputeGameFactory</a>)
92+ OptimismPortal(<a href="./bridging/withdrawals#the-optimism-portal-contract">OptimismPortal</a>)
93+ BatchInbox(<a href="../reference/glossary#batcher-transaction">Batch Inbox Address</a>)
94+ DisputeGameFactory(<a href="./proofs/contracts#disputegamefactory">DisputeGameFactory</a>)
9595 end
9696
9797 subgraph "L2 Node"
9898 RollupNode(<a href="./consensus/">Consensus</a>)
9999 ExecutionEngine(<a href="./execution/">Execution Engine</a>)
100100 end
101101
102- Batcher(<a href="./batcher.html ">Batcher</a>)
102+ Batcher(<a href="./batcher">Batcher</a>)
103103 Proposers(Proposers)
104104 Challengers(Challengers)
105105 Users(Users)
@@ -220,8 +220,8 @@ any validator to independently reconstruct the L2 chain from L1.
220220``` mermaid
221221graph LR
222222 Sequencer(Sequencer)
223- Batcher(<a href="./batcher.html ">Batcher</a>)
224- BatchInbox(<a href="../reference/glossary.html #batcher-transaction">Batch Inbox Address</a>)
223+ Batcher(<a href="./batcher">Batcher</a>)
224+ BatchInbox(<a href="../reference/glossary#batcher-transaction">Batch Inbox Address</a>)
225225 RollupNode(<a href="./consensus/">Rollup Node</a>)
226226
227227 Sequencer -->|L2 blocks| Batcher
@@ -248,10 +248,10 @@ challengers can dispute invalid claims. Valid withdrawals can only be finalized
248248``` mermaid
249249graph LR
250250 Proposer(Proposer)
251- DGF(<a href="./proofs/contracts.html #disputegamefactory">DisputeGameFactory</a>)
252- Game(<a href="./proofs/contracts.html #aggregateverifier">AggregateVerifier game</a>)
251+ DGF(<a href="./proofs/contracts#disputegamefactory">DisputeGameFactory</a>)
252+ Game(<a href="./proofs/contracts#aggregateverifier">AggregateVerifier game</a>)
253253 Challengers(Challengers)
254- OP(<a href="./bridging/withdrawals.html #the-optimism-portal-contract">OptimismPortal</a>)
254+ OP(<a href="./bridging/withdrawals#the-optimism-portal-contract">OptimismPortal</a>)
255255
256256 Proposer -->|submit checkpoint proof| DGF
257257 DGF -->|create game| Game
@@ -275,8 +275,8 @@ The following diagram demonstrates this interaction and key Base protocol compon
275275``` mermaid
276276graph TD
277277 subgraph "Ethereum L1"
278- OptimismPortal(<a href="./bridging/withdrawals.html #the-optimism-portal-contract">OptimismPortal</a>)
279- BatchInbox(<a href="../reference/glossary.html #batcher-transaction">Batch Inbox Address</a>)
278+ OptimismPortal(<a href="./bridging/withdrawals#the-optimism-portal-contract">OptimismPortal</a>)
279+ BatchInbox(<a href="../reference/glossary#batcher-transaction">Batch Inbox Address</a>)
280280 end
281281
282282 Sequencer(Sequencer)
@@ -313,10 +313,10 @@ proof game contract that proposes the state of the L2 at a given point in time.
313313``` mermaid
314314graph LR
315315 subgraph "Ethereum L1"
316- BatchInbox(<a href="../reference/glossary.html #batcher-transaction">Batch Inbox Address</a>)
317- DisputeGameFactory(<a href="./proofs/contracts.html #disputegamefactory">DisputeGameFactory</a>)
318- ProofGame(<a href="./proofs/contracts.html #aggregateverifier">AggregateVerifier game</a>)
319- OptimismPortal(<a href="./bridging/withdrawals.html #the-optimism-portal-contract">OptimismPortal</a>)
316+ BatchInbox(<a href="../reference/glossary#batcher-transaction">Batch Inbox Address</a>)
317+ DisputeGameFactory(<a href="./proofs/contracts#disputegamefactory">DisputeGameFactory</a>)
318+ ProofGame(<a href="./proofs/contracts#aggregateverifier">AggregateVerifier game</a>)
319+ OptimismPortal(<a href="./bridging/withdrawals#the-optimism-portal-contract">OptimismPortal</a>)
320320 ExternalContracts(External Contracts)
321321 end
322322
0 commit comments