diff --git a/examples/operations/multinode-HA/README.md b/examples/operations/multinode-HA/README.md index db8edb597..957881b95 100644 --- a/examples/operations/multinode-HA/README.md +++ b/examples/operations/multinode-HA/README.md @@ -442,9 +442,9 @@ $ curl http://localhost:8083/prometheus/v1/values ## Process overview Notes: -* [Config sentinel](https://docs.vespa.ai/en/operations/config-sentinel.html) +* [Config sentinel](https://docs.vespa.ai/en/operations-selfhosted/config-sentinel.html) is useful to understand processes running, - and also the [startup sequence](https://docs.vespa.ai/en/operations/config-sentinel.html#cluster-startup). + and also the [startup sequence](https://docs.vespa.ai/en/operations-selfhosted/config-sentinel.html#cluster-startup). Note that in the startup sequence, order not strictly needed as in this sample app. * [Config servers](https://docs.vespa.ai/en/operations-selfhosted/configuration-server.html) are normally started first, then application deployment - make sure to get this right before troubleshooting other services.