Skip to content

Commit f160293

Browse files
lipsyrealv-around
authored andcommitted
Update broken link continuations.md (#1375)
1 parent 37ec8c2 commit f160293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specs/continuations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ memory argument.
203203

204204
The overall runtime execution of a program is broken into **segments** (the logic of when to segment can be custom and
205205
depend on many factors). Each segment is proven in a separate STARK VM circuit as described
206-
in [STARK Architecture](./stark.md). The public values of the circuit must contain the pre- and post-state commitments
206+
in [Circuit Architecture](./circuit.md). The public values of the circuit must contain the pre- and post-state commitments
207207
to the segment. The state consists of the active program counter and the full state of memory. (Recall in our
208208
architecture that registers are part of memory, so register state is included in memory state).
209209

0 commit comments

Comments
 (0)