Skip to content

Commit

Permalink
fix: link to section (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
nidz-the-fact authored Aug 20, 2024
1 parent e4a032c commit 8454c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/fpp-dev/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ which has the objective of verifying claims about the state of an [OP Stack][op-

![op-program-architecture](../assets/op-program-fpp.svg)

In this program, execution and derivation of the L2 chain is performed within it, and ultimately the claimed state of the L2 chain is verified in the [prologue](../prologue.md) stage.
In this program, execution and derivation of the L2 chain is performed within it, and ultimately the claimed state of the L2 chain is verified in the [prologue](./prologue.md) stage.

It communicates with the `host` for two reasons:

Expand Down

0 comments on commit 8454c3e

Please sign in to comment.