Skip to content

Commit

Permalink
Fix internal links in fault proof index page (#232)
Browse files Browse the repository at this point in the history
This fixes links to headings within the same page.

mdBook-generated reference links are lower case, but references were
defined with title case.
  • Loading branch information
pauldowman authored Jun 13, 2024
1 parent 3b038af commit cd7cb4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions specs/fault-proof/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ the exact same computation by authenticating the inputs with a [Pre-image Oracle

## Pre-image Oracle

[oracle]: #Pre-image-Oracle
[oracle]: #pre-image-oracle

The pre-image oracle is the only form of communication between
the [Program] (in the [Client](#client) role) and the [VM] (in the [Server](#server) role).
Expand Down Expand Up @@ -275,7 +275,7 @@ and thus keep the proof size per instruction bounded.

## Fault Proof Program

[Program]: #Fault-Proof-Program
[Program]: #fault-proof-program

The Fault Proof Program defines the verification of claims of the state-transition outputs
of the L2 rollup as a pure function of L1 data.
Expand Down Expand Up @@ -452,7 +452,7 @@ All accelerated precompiles must be functionally equivalent to their EVM equival

## Fault Proof VM

[VM]: #Fault-Proof-VM
[VM]: #fault-proof-vm

A fault proof VM implements:

Expand Down Expand Up @@ -480,7 +480,7 @@ Fault Proof VMs:

## Fault Proof Interactive Dispute Game

[Interactive Dispute Game]: #Fault-Proof-Interactive-Dispute-Game
[Interactive Dispute Game]: #fault-proof-interactive-dispute-game

The interactive dispute game allows actors to resolve a dispute with an onchain challenge-response game
that bisects to a disagreed block $n \rightarrow n + 1$ state transition, and then over the execution trace of the VM
Expand Down

0 comments on commit cd7cb4e

Please sign in to comment.