diff --git a/akka-docs/src/main/paradox/scala/actors.md b/akka-docs/src/main/paradox/scala/actors.md index 69a0ca8752..f10c61f87b 100644 --- a/akka-docs/src/main/paradox/scala/actors.md +++ b/akka-docs/src/main/paradox/scala/actors.md @@ -875,7 +875,7 @@ behavior is not the default). ### Encoding Scala Actors nested receives without accidentally leaking memory -See this @extref[Unnested receive example](github:akka-docs/src/main/scala/docs/actor/UnnestedReceives.scala). +See this @extref[Unnested receive example](github:akka-docs/src/test/scala/docs/actor/UnnestedReceives.scala). ## Stash diff --git a/akka-docs/src/main/paradox/scala/additional/osgi.md b/akka-docs/src/main/paradox/scala/additional/osgi.md index 2aeaf85aa7..a8c38f6e88 100644 --- a/akka-docs/src/main/paradox/scala/additional/osgi.md +++ b/akka-docs/src/main/paradox/scala/additional/osgi.md @@ -70,7 +70,7 @@ in an application composed of multiple JARs to reside under a single package nam might scan all classes from `com.example.plugins` for specific service implementations with that package existing in several contributed JARs. While it is possible to support overlapping packages with complex manifest headers, it's much better to use non-overlapping -package spaces and facilities such as @extref[Akka Cluster](github:akka-docs/rst/scala/code/docs/akka/current/common/cluster.html) +package spaces and facilities such as @ref[Akka Cluster](../common/cluster.md) for service discovery. Stylistically, many organizations opt to use the root package path as the name of the bundle distribution file. @@ -116,4 +116,4 @@ The `ActorSystemActivator` class is included in the `akka-osgi` artifact: ## Sample -A complete sample project is provided in @extref[akka-sample-osgi-dining-hakkers](samples:akka-sample-osgi-dining-hakkers) \ No newline at end of file +A complete sample project is provided in @extref[akka-sample-osgi-dining-hakkers](samples:akka-sample-osgi-dining-hakkers)