Skip to content

Commit 20795f9

Browse files
committed
invoke.mdx: link to full multiple actors section
1 parent e4d75d9 commit 20795f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/invoke.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const interactiveMachine = createMachine({
9494
});
9595
```
9696

97-
And `invoke` can be an array, to invoke multiple actors:
97+
And `invoke` can be an array, to invoke [multiple actors](#multiple-actors):
9898

9999
```ts
100100
const vitalsWorkflow = createMachine({
@@ -113,8 +113,6 @@ const vitalsWorkflow = createMachine({
113113
})
114114
```
115115

116-
See [Multiple Actors](#multiple-actors) for more.
117-
118116
For further examples, see:
119117
- [Reusing function and event definitions workflow](https://github.com/statelyai/xstate/tree/next/examples/workflow-reusing-functions/main.ts)
120118
- [Check inbox periodically (cron-based workflow)](https://github.com/statelyai/xstate/tree/next/examples/workflow-check-inbox/main.ts)

0 commit comments

Comments
 (0)