File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ These guides are meant to help you along your journey learning Finite State Mach
9
9
10
10
* __ [ Composition] ( ./guides/composition.html ) __ : How to use functional composition when building state machines, to maximize code reuse where possible.
11
11
* __ [ Nested States] ( ./guides/nested-states.html ) __ : Create machines with nested states by [ invoking] ( ./api/invoke.html ) other machines.
12
- * __ [ Awaiting asynchronous completion] ( ./guides/awaiting-asynchronous-completion .html ) __ : How to await a machine to enter a ` final ` state.
12
+ * __ [ Awaiting asynchronous completion] ( ./guides/awaiting-asynchronous-execution .html ) __ : How to await a machine to enter a ` final ` state.
13
13
* __ [ Comparison with XState] ( ./guides/comparison-with-xstate.html ) __ : Differences and tradeoffs between Robot and [ XState] ( https://xstate.js.org ) .
You can’t perform that action at this time.
0 commit comments