mdedetrich commented on code in PR #392:
URL: https://github.com/apache/incubator-pekko/pull/392#discussion_r1230032062


##########
docs/src/main/paradox/cluster-usage.md:
##########
@@ -143,7 +143,7 @@ Java
 
 
 If you find it inconvenient to handle the `CurrentClusterState` you can use
-@scala[@scaladoc[ClusterEvent.InitialStateAsEvents](cluster.ClusterEvent$$InitialStateAsEvents$)]
 
@java[@javadoc[ClusterEvent.initialStateAsEvents()](pekko.cluster.ClusterEvent#initialStateAsEvents())]
 as parameter to @apidoc[subscribe](pekko.cluster.Cluster) 
{scala="#subscribe(subscriber:org.apache.pekko.actor.ActorRef,to:Class[_]*):Unit"
 
java="#subscribe(org.apache.pekko.actor.ActorRef,org.apache.pekko.cluster.ClusterEvent.SubscriptionInitialStateMode,java.lang.Class...)"}.
+@scala[@scaladoc[ClusterEvent.InitialStateAsEvents](org.apache.pekko.cluster.ClusterEvent$$InitialStateAsEvents$)]
 
@java[@javadoc[ClusterEvent.initialStateAsEvents()](pekko.cluster.ClusterEvent#initialStateAsEvents())]
 as parameter to @apidoc[subscribe](pekko.cluster.Cluster) 
{scala="#subscribe(subscriber:org.apache.pekko.actor.ActorRef,to:Class[_]*):Unit"
 
java="#subscribe(org.apache.pekko.actor.ActorRef,org.apache.pekko.cluster.ClusterEvent.SubscriptionInitialStateMode,java.lang.Class...)"}.

Review Comment:
   I ended up checking the source code of paradox, something weird is going on 
where `pekko` works in some cases and not in others. We can always check this 
later but I just want to fix the links for now (and at least with this PR we 
can actually check for link regressions in the future).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to