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
This commit is contained in:
Cristian 2018-09-25 17:13:10 -03:00 committed by GitHub
parent 5a4ec8a557
commit b02ad6707a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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