From f931b9a43da88b84909e6db3cca6190f6358aa97 Mon Sep 17 00:00:00 2001 From: Nicholas O Date: Thu, 24 Oct 2024 13:46:51 -0400 Subject: [PATCH] chore(docs): fix external-dns routing policies link (#3893) --- docs/guide/integrations/external_dns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/integrations/external_dns.md b/docs/guide/integrations/external_dns.md index f8e5a6d448..819e3d0123 100644 --- a/docs/guide/integrations/external_dns.md +++ b/docs/guide/integrations/external_dns.md @@ -73,4 +73,4 @@ Adequate roles and policies must be configured in AWS and available to the node( external-dns.alpha.kubernetes.io/aws-weight: "100" external-dns.alpha.kubernetes.io/set-identifier: "3" ``` - You can refer to the External DNS documentation for further details [[link](https://kubernetes-sigs.github.io/external-dns/latest/tutorials/aws/#routing-policies)]. \ No newline at end of file + You can refer to the External DNS documentation for further details [[link](https://kubernetes-sigs.github.io/external-dns/latest/docs/tutorials/aws/#routing-policies)].