From 194b223ee0623f8496dff3299bdc85be8496b5cd Mon Sep 17 00:00:00 2001 From: Philippus Baalman Date: Fri, 26 May 2017 09:16:53 +0200 Subject: [PATCH] Fix broken links in docs, fixes (#23034) (#23038) * Fix link after source was moved in https://github.com/akka/akka/commit/59f53e1a229fceb1a917c8a131f46f2575e7d0f9, fixes https://github.com/akka/akka/issues/23034 * Fix broken link to Akka Cluster --- akka-docs/src/main/paradox/scala/actors.md | 2 +- akka-docs/src/main/paradox/scala/additional/osgi.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)