pjfanning commented on code in PR #120:
URL: https://github.com/apache/incubator-pekko/pull/120#discussion_r1083295305


##########
actor-testkit-typed/src/main/scala/org/apache/pekko/actor/testkit/typed/internal/StubbedActorContext.scala:
##########
@@ -55,7 +55,7 @@ private[pekko] final class FunctionRef[-T](override val path: 
ActorPath, send: (
   override def provider: ActorRefProvider =
     throw new UnsupportedOperationException(
       "ActorRefs created for synchronous testing cannot be used as targets for 
asking. Use asynchronous testing instead. " +
-      "See 
https://doc.akka.io/docs/akka/current/typed/testing.html#asynchronous-testing";)
+      "See 
https://pekko.apache.org/docs/akka/current/typed/testing.html#asynchronous-testing";)

Review Comment:
   there will be no akka in pekko.apache.org paths (ie the `docs/akka` bit) - 
Pekko team still needs to discuss what paths will end up looking like



-- 
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