This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/1.3.x by this push:
new 8263477f5f fix issues with file references in docs (#2480)
8263477f5f is described below
commit 8263477f5f37123e5da3fac1e7440a7f244e2d4a
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Nov 12 20:44:57 2025 +0100
fix issues with file references in docs (#2480)
* fix issues with file references in docs
* link issues
* revert some changes
---
docs/src/main/paradox/stream/operators/Source/asSubscriber.md | 8 ++++----
docs/src/main/paradox/stream/operators/Source/fromPublisher.md | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/docs/src/main/paradox/stream/operators/Source/asSubscriber.md
b/docs/src/main/paradox/stream/operators/Source/asSubscriber.md
index c0cf7d2d7c..28e35a4efc 100644
--- a/docs/src/main/paradox/stream/operators/Source/asSubscriber.md
+++ b/docs/src/main/paradox/stream/operators/Source/asSubscriber.md
@@ -7,10 +7,10 @@ Integration with Reactive Streams, materializes into a
`org.reactivestreams.Subs
## Signature
Scala
-:
@@snip[JavaFlowSupport.scala](/stream/src/main/scala/org/apache/pekko/stream/scaladsl/JavaFlowSupport.scala)
{ #asSubscriber }
+:
@@snip[JavaFlowSupport.scala](/stream/src/main/scala-jdk-9/org/apache/pekko/stream/scaladsl/JavaFlowSupport.scala)
{ #asSubscriber }
Java
-:
@@snip[AsSubscriber.java](/docs/src/test/java/jdocs/stream/operators/source/AsSubscriber.java)
{ #api }
+:
@@snip[AsSubscriber.java](/docs/src/test/java-jdk9-only/jdocs/stream/operators/source/AsSubscriber.java)
{ #api }
## Description
@@ -41,7 +41,7 @@ backpressure is applied throughout the stream, preventing us
from running out of
rows are consumed slower than they are produced by the database.
Scala
-: @@snip
[AsSubscriber.scala](/docs/src/test/scala/docs/stream/operators/source/AsSubscriber.scala)
{ #imports #example }
+: @@snip
[AsSubscriber.scala](/docs/src/test/scala-jdk9-only/docs/stream/operators/source/AsSubscriber.scala)
{ #imports #example }
Java
-: @@snip
[AsSubscriber.java](/docs/src/test/java/jdocs/stream/operators/source/AsSubscriber.java)
{ #imports #example }
+: @@snip
[AsSubscriber.java](/docs/src/test/java-jdk9-only/jdocs/stream/operators/source/AsSubscriber.java)
{ #imports #example }
diff --git a/docs/src/main/paradox/stream/operators/Source/fromPublisher.md
b/docs/src/main/paradox/stream/operators/Source/fromPublisher.md
index 1109337f99..297d2f934f 100644
--- a/docs/src/main/paradox/stream/operators/Source/fromPublisher.md
+++ b/docs/src/main/paradox/stream/operators/Source/fromPublisher.md
@@ -7,10 +7,10 @@ Integration with Reactive Streams, subscribes to a
`org.reactivestreams.Publishe
## Signature
Scala
-:
@@snip[JavaFlowSupport.scala](/stream/src/main/scala/org/apache/pekko/stream/scaladsl/JavaFlowSupport.scala)
{ #fromPublisher }
+:
@@snip[JavaFlowSupport.scala](/stream/src/main/scala-jdk-9/org/apache/pekko/stream/scaladsl/JavaFlowSupport.scala)
{ #fromPublisher }
Java
-:
@@snip[JavaFlowSupport.java](/docs/src/test/java/jdocs/stream/operators/source/FromPublisher.java)
{ #api }
+:
@@snip[FromPublisher.java](/docs/src/test/java-jdk9-only/jdocs/stream/operators/source/FromPublisher.java)
{ #api }
## Description
@@ -38,7 +38,7 @@ backpressure is applied throughout the stream, preventing us
from running out of
rows are consumed slower than they are produced by the database.
Scala
-: @@snip
[FromPublisher.scala](/docs/src/test/scala/docs/stream/operators/source/FromPublisher.scala)
{ #imports #example }
+: @@snip
[FromPublisher.scala](/docs/src/test/scala-jdk9-only/docs/stream/operators/source/FromPublisher.scala)
{ #imports #example }
Java
-: @@snip
[FromPublisher.java](/docs/src/test/java/jdocs/stream/operators/source/FromPublisher.java)
{ #imports #example }
+: @@snip
[FromPublisher.java](/docs/src/test/java-jdk9-only/jdocs/stream/operators/source/FromPublisher.java)
{ #imports #example }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]