We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f177131 commit ecc1e59Copy full SHA for ecc1e59
src/the-runtime.md
@@ -14,7 +14,7 @@ In the previous chapter we built the classical counter interface using iced and
14
fundamental part—one at a time: __state__, __messages__, __update logic__, and __view logic__.
15
16
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.
+[our dissection](architecture.md)—but it is unclear how we are supposed to bring it to life.
18
19
It seems we are missing _something_ that can put all the parts together and _run_ them in unison. _Something_ that
20
creates and runs the fundamental loop of a user interface—displaying widgets to a user and reacting to any interactions.
0 commit comments