Skip to content

Commit eecb846

Browse files
authored
Merge pull request #1345 from blockchaindevsh/fix_link
fix link
2 parents 9f7d8ee + 85f2905 commit eecb846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/stack/fault-proofs/cannon.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Now for simplicity, when referring to Cannon in this documentation, we are refer
2525

2626
## Control flow
2727

28-
![Fault Proof Control Flow.](/img/op-stack/protocol/fault-proof-control-flow.svg)
28+
![Fault Proof Control Flow.](/public/img/op-stack/protocol/fault-proof-control-flow.svg)
2929

3030
In the above diagram, recreated from the [OP Fault Proof System video](https://www.youtube.com/watch?v=nIN5sNc6nQM) by Clabby, we can see
3131
that Cannon interacts with OP-Challenger and OP-Program. However, this diagram is a simplification of the relationship between
@@ -61,7 +61,7 @@ Now, we will go over each major component that makes up Cannon. Components are g
6161
Cannon, and may be correlated to one or more Go files. For brevity, each Go file will be explained at a high level, with the
6262
most important features / considerations highlighted.
6363

64-
![Cannon Components Overview.](/img/op-stack/protocol/cannon-internal-overview.svg)
64+
![Cannon Components Overview.](/public/img/op-stack/protocol/cannon-internal-overview.svg)
6565

6666
### `mipsevm` state and memory
6767

0 commit comments

Comments
 (0)