Skip to content

Commit d460b10

Browse files
committed
fix link
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 954366a commit d460b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable-task-scheduler/quickstart-portable-durable-task-sdks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ You can view the orchestration status and history via the [Durable Task Schedule
324324
325325
### The worker project
326326
327-
To demonstrate [the fan-out/fan-in pattern](../durable/durable-functions-overview.md#pattern-2-fan-outfan-in), the worker project orchestration creates parallel activity tasks and waits for all to complete. The orchestrator:
327+
To demonstrate [the fan-out/fan-in pattern](../durable/durable-functions-overview.md#fan-in-out), the worker project orchestration creates parallel activity tasks and waits for all to complete. The orchestrator:
328328
329329
1. Takes a list of work items as input.
330330
1. Fans out by creating a separate task for each work item using `ProcessWorkItemActivity`.

0 commit comments

Comments
 (0)