This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 31410914c9 small link issue in doc links to files (#2481)
31410914c9 is described below

commit 31410914c9ab68e6e42cfc0e2ecd4979e0658bfc
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Nov 12 14:56:31 2025 +0100

    small link issue in doc links to files (#2481)
---
 docs/src/main/paradox/stream/operators/Source/fromPublisher.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/main/paradox/stream/operators/Source/fromPublisher.md 
b/docs/src/main/paradox/stream/operators/Source/fromPublisher.md
index 1109337f99..8f6ccb58cd 100644
--- a/docs/src/main/paradox/stream/operators/Source/fromPublisher.md
+++ b/docs/src/main/paradox/stream/operators/Source/fromPublisher.md
@@ -10,7 +10,7 @@ Scala
 :   
@@snip[JavaFlowSupport.scala](/stream/src/main/scala/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/jdocs/stream/operators/source/FromPublisher.java)
 { #api }
 
 
 ## Description


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to