From 4f3a2e1a7d7a88390dd53fcbf5d90646075853c5 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Thu, 7 Sep 2023 08:39:49 +0100 Subject: [PATCH] docs: fix broken link to Consul DNS overview page (#18410) --- website/content/docs/networking/index.mdx | 4 ++-- website/content/docs/networking/service-discovery.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/networking/index.mdx b/website/content/docs/networking/index.mdx index 5eab1323d..0b08d6853 100644 --- a/website/content/docs/networking/index.mdx +++ b/website/content/docs/networking/index.mdx @@ -282,7 +282,7 @@ the same port number. In Nomad, allocations use the IP address of the client they are running and are assigned random port numbers and so Nomad service discovery with DNS uses -[`SRV` records][dns_srv] instead of `A` or `AAA` records. +[`SRV` records][dns_srv] instead of `A` or `AAAA` records. ## Next topics @@ -306,7 +306,7 @@ assigned random port numbers and so Nomad service discovery with DNS uses [cni]: /nomad/docs/networking/cni [cni_bridge]: https://www.cni.dev/plugins/current/main/bridge/ [cni_install]: /nomad/docs/install#post-installation-steps -[consul_dns]: /consul/docs/discovery/dns +[consul_dns]: /consul/docs/services/discovery/dns-overview [consul_dns_forwarding]: /consul/tutorials/networking/dns-forwarding [consul_service_mesh]: /nomad/docs/integrations/consul-connect [dns_srv]: https://en.wikipedia.org/wiki/SRV_record diff --git a/website/content/docs/networking/service-discovery.mdx b/website/content/docs/networking/service-discovery.mdx index d0e726a85..5017babf1 100644 --- a/website/content/docs/networking/service-discovery.mdx +++ b/website/content/docs/networking/service-discovery.mdx @@ -134,7 +134,7 @@ rules to preview canaries. [`service`]: /nomad/docs/job-specification/service [`tags`]: /nomad/docs/job-specification/service#tags [`template`]: /nomad/docs/job-specification/template#template-examples -[consul_dns]: /consul/docs/discovery/dns +[consul_dns]: /consul/docs/services/discovery/dns-overview [consul_sd]: /consul/docs/concepts/service-discovery [ct_nomad_service_fn]: https://github.com/hashicorp/consul-template/blob/main/docs/templating-language.md#nomadservice [ct_service_fn]: https://github.com/hashicorp/consul-template/blob/main/docs/templating-language.md#service