Skip to content

Commit

Permalink
Fix link to OptimismPortal (#395)
Browse files Browse the repository at this point in the history
* Fix link to OptimismPortal

* Regenerate ToC

---------

Co-authored-by: refcell <[email protected]>
  • Loading branch information
p-offtermatt and refcell authored Oct 1, 2024
1 parent 40a6a50 commit 5661a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/background.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ The following diagram demonstrates this interaction and all key OP Stack compone
```mermaid
graph TD
subgraph "Ethereum L1"
OptimismPortal(<a href="./withdrawals.html#the-optimism-portal-contract">OptimismPortal</a>)
OptimismPortal(<a href="./protocol/withdrawals.html#the-optimism-portal-contract">OptimismPortal</a>)
BatchInbox(<a href="../glossary.html#batcher-transaction">Batch Inbox Address</a>)
end
Expand Down Expand Up @@ -206,7 +206,7 @@ graph LR
BatchInbox(<a href="../glossary.html#batcher-transaction">Batch Inbox Address</a>)
DisputeGameFactory(<a href="../fault-proof/stage-one/dispute-game-interface.html#disputegamefactory-interface">DisputeGameFactory</a>)
FaultDisputeGame(<a href="../fault-proof/stage-one/fault-dispute-game.html">FaultDisputeGame</a>)
OptimismPortal(<a href="./withdrawals.html#the-optimism-portal-contract">OptimismPortal</a>)
OptimismPortal(<a href="./protocol/withdrawals.html#the-optimism-portal-contract">OptimismPortal</a>)
ExternalContracts(External Contracts)
end
Expand Down

0 comments on commit 5661a27

Please sign in to comment.