Skip to content

Commit ecc1e59

Browse files
committed
Fix reference in "The Runtime" chapter
1 parent f177131 commit ecc1e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/the-runtime.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In the previous chapter we built the classical counter interface using iced and
1414
fundamental part—one at a time: __state__, __messages__, __update logic__, and __view logic__.
1515
1616
But now what? Yes, we have all the fundamental parts of a user interface—as we learned during
17-
[our first steps](first-steps.md)—but it is unclear how we are supposed to bring it to life.
17+
[our dissection](architecture.md)—but it is unclear how we are supposed to bring it to life.
1818
1919
It seems we are missing _something_ that can put all the parts together and _run_ them in unison. _Something_ that
2020
creates and runs the fundamental loop of a user interface—displaying widgets to a user and reacting to any interactions.

0 commit comments

Comments
 (0)