Skip to content

Commit

Permalink
Link to the correct page for async execution
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Dec 14, 2024
1 parent 2d087f7 commit 91ea22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ These guides are meant to help you along your journey learning Finite State Mach

* __[Composition](./guides/composition.html)__: How to use functional composition when building state machines, to maximize code reuse where possible.
* __[Nested States](./guides/nested-states.html)__: Create machines with nested states by [invoking](./api/invoke.html) other machines.
* __[Awaiting asynchronous completion](./guides/awaiting-asynchronous-completion.html)__: How to await a machine to enter a `final` state.
* __[Awaiting asynchronous completion](./guides/awaiting-asynchronous-execution.html)__: How to await a machine to enter a `final` state.
* __[Comparison with XState](./guides/comparison-with-xstate.html)__: Differences and tradeoffs between Robot and [XState](https://xstate.js.org).

0 comments on commit 91ea22f

Please sign in to comment.