Skip to content

Commit 91ea22f

Browse files
committed
Link to the correct page for async execution
1 parent 2d087f7 commit 91ea22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ These guides are meant to help you along your journey learning Finite State Mach
99

1010
* __[Composition](./guides/composition.html)__: How to use functional composition when building state machines, to maximize code reuse where possible.
1111
* __[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.
1313
* __[Comparison with XState](./guides/comparison-with-xstate.html)__: Differences and tradeoffs between Robot and [XState](https://xstate.js.org).

0 commit comments

Comments
 (0)