From 17963fcbe37c1ef48b6d915985fd0487eef9452a Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Thu, 11 May 2017 16:24:11 +0200 Subject: [PATCH] fix wrong relative links in toc --- akka-docs/src/main/paradox/java/index-network.md | 2 +- akka-docs/src/main/paradox/java/stream/index.md | 4 ++-- akka-docs/src/main/paradox/scala/index-network.md | 2 +- akka-docs/src/main/paradox/scala/index-utilities.md | 4 ++-- akka-docs/src/main/paradox/scala/security/index.md | 6 +++--- akka-docs/src/main/paradox/scala/stream/index.md | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/akka-docs/src/main/paradox/java/index-network.md b/akka-docs/src/main/paradox/java/index-network.md index f1b6449ec3..4e30d43d49 100644 --- a/akka-docs/src/main/paradox/java/index-network.md +++ b/akka-docs/src/main/paradox/java/index-network.md @@ -4,7 +4,7 @@ @@@ index -* [../scala/common/cluster](../scala/common/cluster.md) +* [common/cluster](common/cluster.md) * [cluster-usage](cluster-usage.md) * [cluster-singleton](cluster-singleton.md) * [distributed-pub-sub](distributed-pub-sub.md) diff --git a/akka-docs/src/main/paradox/java/stream/index.md b/akka-docs/src/main/paradox/java/stream/index.md index 67e543c6a2..f1fa4daddd 100644 --- a/akka-docs/src/main/paradox/java/stream/index.md +++ b/akka-docs/src/main/paradox/java/stream/index.md @@ -6,7 +6,7 @@ * [stream-introduction](stream-introduction.md) * [stream-quickstart](stream-quickstart.md) -* [../../scala/general/stream/stream-design](../../scala/general/stream/stream-design.md) +* [../general/stream/stream-design](../general/stream/stream-design.md) * [stream-flows-and-basics](stream-flows-and-basics.md) * [stream-graphs](stream-graphs.md) * [stream-composition](stream-composition.md) @@ -20,6 +20,6 @@ * [stream-testkit](stream-testkit.md) * [stages-overview](stages-overview.md) * [stream-cookbook](stream-cookbook.md) -* [../../scala/general/stream/stream-configuration](../../scala/general/stream/stream-configuration.md) +* [../general/stream/stream-configuration](../general/stream/stream-configuration.md) @@@ \ No newline at end of file diff --git a/akka-docs/src/main/paradox/scala/index-network.md b/akka-docs/src/main/paradox/scala/index-network.md index c34c064dde..8e10cade76 100644 --- a/akka-docs/src/main/paradox/scala/index-network.md +++ b/akka-docs/src/main/paradox/scala/index-network.md @@ -4,7 +4,7 @@ @@@ index -* [../scala/common/cluster](../scala/common/cluster.md) +* [common/cluster](common/cluster.md) * [cluster-usage](cluster-usage.md) * [cluster-singleton](cluster-singleton.md) * [distributed-pub-sub](distributed-pub-sub.md) diff --git a/akka-docs/src/main/paradox/scala/index-utilities.md b/akka-docs/src/main/paradox/scala/index-utilities.md index ecfcc4ea88..2729a0fc47 100644 --- a/akka-docs/src/main/paradox/scala/index-utilities.md +++ b/akka-docs/src/main/paradox/scala/index-utilities.md @@ -7,8 +7,8 @@ * [event-bus](event-bus.md) * [logging](logging.md) * [scheduler](scheduler.md) -* [common/duration](../scala/common/duration.md) -* [../scala/common/circuitbreaker](../scala/common/circuitbreaker.md) +* [common/duration](common/duration.md) +* [common/circuitbreaker](common/circuitbreaker.md) * [extending-akka](extending-akka.md) @@@ \ No newline at end of file diff --git a/akka-docs/src/main/paradox/scala/security/index.md b/akka-docs/src/main/paradox/scala/security/index.md index 1e04fe5014..d2601ee117 100644 --- a/akka-docs/src/main/paradox/scala/security/index.md +++ b/akka-docs/src/main/paradox/scala/security/index.md @@ -18,9 +18,9 @@ to ensure that a fix can be provided without delay. ## Security Related Documentation - * @ref:[Disabling the Java Serializer](../../scala/remoting.md#disable-java-serializer-scala) - * @ref:[Remote deployment whitelist](../../scala/remoting.md#remote-deployment-whitelist-scala) - * @ref:[Remote Security](../../scala/remoting.md#remote-security-scala) + * @ref:[Disabling the Java Serializer](../remoting.md#disable-java-serializer-scala) + * @ref:[Remote deployment whitelist](../remoting.md#remote-deployment-whitelist-scala) + * @ref:[Remote Security](../remoting.md#remote-security-scala) ## Fixed Security Vulnerabilities diff --git a/akka-docs/src/main/paradox/scala/stream/index.md b/akka-docs/src/main/paradox/scala/stream/index.md index 67e543c6a2..f1fa4daddd 100644 --- a/akka-docs/src/main/paradox/scala/stream/index.md +++ b/akka-docs/src/main/paradox/scala/stream/index.md @@ -6,7 +6,7 @@ * [stream-introduction](stream-introduction.md) * [stream-quickstart](stream-quickstart.md) -* [../../scala/general/stream/stream-design](../../scala/general/stream/stream-design.md) +* [../general/stream/stream-design](../general/stream/stream-design.md) * [stream-flows-and-basics](stream-flows-and-basics.md) * [stream-graphs](stream-graphs.md) * [stream-composition](stream-composition.md) @@ -20,6 +20,6 @@ * [stream-testkit](stream-testkit.md) * [stages-overview](stages-overview.md) * [stream-cookbook](stream-cookbook.md) -* [../../scala/general/stream/stream-configuration](../../scala/general/stream/stream-configuration.md) +* [../general/stream/stream-configuration](../general/stream/stream-configuration.md) @@@ \ No newline at end of file