pjfanning commented on code in PR #120:
URL: https://github.com/apache/incubator-pekko/pull/120#discussion_r1083313727
##########
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:
@Seetaramayya I published https://pekko.apache.org/ - if you change the URLs
to use `docs/pekko` instead of `docs/akka` then they should work
--
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]