fix wrong relative links in toc

This commit is contained in:
Patrik Nordwall 2017-05-11 16:24:11 +02:00
parent 47682ecc72
commit 17963fcbe3
6 changed files with 11 additions and 11 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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