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