Skip to content

Commit 599a39f

Browse files
committed
fix: correct relative path to actors.md in gather operator docs
Motivation: The Paradox doc build fails with "Unknown page [../../actors.md]" because gather.md is three directory levels below the paradox root. Modification: Change ../../actors.md to ../../../actors.md, matching the pattern used in neighboring ask.md. Result: Paradox doc build succeeds. Tests: Not run - docs only (path fix verified by comparing ask.md in same directory) References: Refs #2848
1 parent f3fa7e3 commit 599a39f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/src/main/paradox/stream/operators/Source-or-Flow

docs/src/main/paradox/stream/operators/Source-or-Flow/gather.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ upstream failure, downstream cancellation, abrupt stage termination, or supervis
2323
Elements emitted from `onComplete` are emitted before upstream-failure propagation, completion, or restart,
2424
and are ignored on downstream cancellation and abrupt termination.
2525

26-
The `gather` operator adheres to the @ref:[ActorAttributes.SupervisionStrategy](../../actors.md) attribute.
26+
The `gather` operator adheres to the @ref:[ActorAttributes.SupervisionStrategy](../../../actors.md) attribute.
2727

2828
For a simpler stateless mapping, use @ref:[map](map.md) or @ref:[mapConcat](mapConcat.md).
2929

0 commit comments

Comments
 (0)