This is an automated email from the ASF dual-hosted git repository.
He-Pin pushed a commit to branch hepin-gather-statefulmap-coverage-v2
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to
refs/heads/hepin-gather-statefulmap-coverage-v2 by this push:
new e23a4fb738 fix: correct relative path to actors.md in gather operator
docs
e23a4fb738 is described below
commit e23a4fb738b4fbf33d2d6b1698c57c44a17593bb
Author: 虎鸣 <[email protected]>
AuthorDate: Mon Jun 15 11:39:44 2026 +0800
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
---
docs/src/main/paradox/stream/operators/Source-or-Flow/gather.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/src/main/paradox/stream/operators/Source-or-Flow/gather.md
b/docs/src/main/paradox/stream/operators/Source-or-Flow/gather.md
index ec3850fef4..166de9a640 100644
--- a/docs/src/main/paradox/stream/operators/Source-or-Flow/gather.md
+++ b/docs/src/main/paradox/stream/operators/Source-or-Flow/gather.md
@@ -23,7 +23,7 @@ upstream failure, downstream cancellation, abrupt stage
termination, or supervis
Elements emitted from `onComplete` are emitted before upstream-failure
propagation, completion, or restart,
and are ignored on downstream cancellation and abrupt termination.
-The `gather` operator adheres to the
@ref:[ActorAttributes.SupervisionStrategy](../../actors.md) attribute.
+The `gather` operator adheres to the
@ref:[ActorAttributes.SupervisionStrategy](../../../actors.md) attribute.
For a simpler stateless mapping, use @ref:[map](map.md) or
@ref:[mapConcat](mapConcat.md).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]