From b02ad6707a0f92678fa0373ac9bccf75b00d8559 Mon Sep 17 00:00:00 2001 From: Cristian Date: Tue, 25 Sep 2018 17:13:10 -0300 Subject: [PATCH 1/2] Update Akka Cluster Bootstrap url Currently the url is: https://developer.lightbend.com/docs/akka-management/current/bootstrap.html It should be changed to: https://developer.lightbend.com/docs/akka-management/current/bootstrap/index.html --- akka-docs/src/main/paradox/cluster-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/cluster-usage.md b/akka-docs/src/main/paradox/cluster-usage.md index 867b7071ec..93790ee3b2 100644 --- a/akka-docs/src/main/paradox/cluster-usage.md +++ b/akka-docs/src/main/paradox/cluster-usage.md @@ -175,7 +175,7 @@ The source code of this sample can be found in the @@@ note When starting clusters on cloud systems such as Kubernetes, AWS, Google Cloud, Azure, Mesos or others which maintain DNS or other ways of discovering nodes, you may want to use the automatic joining process implemented by the open source - [Akka Cluster Bootstrap](https://developer.lightbend.com/docs/akka-management/current/bootstrap.html) module. + [Akka Cluster Bootstrap](https://developer.lightbend.com/docs/akka-management/current/bootstrap/index.html) module. @@@ ### Joining configured seed nodes From bbe9069d48c1cf589eae147323223dce43a402d3 Mon Sep 17 00:00:00 2001 From: Cristian Date: Tue, 25 Sep 2018 17:18:42 -0300 Subject: [PATCH 2/2] Update Akka Bootstrap Url --- akka-docs/src/main/paradox/cluster-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/cluster-usage.md b/akka-docs/src/main/paradox/cluster-usage.md index 93790ee3b2..fb8a2ccc2e 100644 --- a/akka-docs/src/main/paradox/cluster-usage.md +++ b/akka-docs/src/main/paradox/cluster-usage.md @@ -227,7 +227,7 @@ and don't stop all of them at the same time. Instead of manually configuring seed nodes, which is useful in development or statically assigned node IPs, you may want to automate the discovery of seed nodes using your cloud providers or cluster orchestrator, or some other form of service discovery (such as managed DNS). The open source Akka Management library includes the -[Cluster Bootstrap](https://developer.lightbend.com/docs/akka-management/current/bootstrap.html) module which handles +[Cluster Bootstrap](https://developer.lightbend.com/docs/akka-management/current/bootstrap/index.html) module which handles just that. Please refer to its documentation for more details. ### Programatically joining to seed nodes with `joinSeedNodes`