diff --git a/website/content/docs/configuration/service-registration/index.mdx b/website/content/docs/configuration/service-registration/index.mdx index 7849eea13d953..87aaf237dc0a7 100644 --- a/website/content/docs/configuration/service-registration/index.mdx +++ b/website/content/docs/configuration/service-registration/index.mdx @@ -32,8 +32,8 @@ storage "raft" { } ``` -For information about a specific service registration provider, choose one from -the navigation on the left. +For information about a specific service registration provider, visit the [Consul Service Registration][consul-service-registration] or [Kubernetes Service Registration +][kubernetes-service-registration] pages. ## Configuration @@ -63,3 +63,5 @@ file. [storage-backend]: /docs/configuration/storage [consul-backend]: /docs/configuration/storage/consul [raft-backend]: /docs/configuration/storage/raft +[consul-service-registration]: /docs/configuration/service-registration/consul +[kubernetes-service-registration]: /docs/configuration/service-registration/kubernetes