From 53f4465823a3957d724786ad13ce837b52c524fb Mon Sep 17 00:00:00 2001 From: Massimiliano Donini Date: Wed, 7 Aug 2024 06:53:56 +0200 Subject: [PATCH] Nit: Fix hyperlink PR #4365 changed the anchor in the readme, this change fixes few outdated links --- README.md | 2 +- docs/faq.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 055e1635a..0be50462d 100644 --- a/README.md +++ b/README.md @@ -304,7 +304,7 @@ show us what you can do! The external-dns project is currently in need of maintainers for specific DNS providers. Ideally each provider would have at least two maintainers. It would be nice if the maintainers run the provider in production, but it -is not strictly required. Provider listed [here](https://github.com/kubernetes-sigs/external-dns#status-of-providers) +is not strictly required. Provider listed [here](https://github.com/kubernetes-sigs/external-dns#status-of-in-tree-providers) that do not have a maintainer listed are in need of assistance. Read the [contributing guidelines](CONTRIBUTING.md) and have a look at [the contributing docs](docs/contributing/getting-started.md) to learn about building the project, the project structure, and the purpose of each package. diff --git a/docs/faq.md b/docs/faq.md index 2e51d4cc6..4f1fa26bc 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -28,7 +28,7 @@ ExternalDNS can solve this for you as well. ### Which DNS providers are supported? -Please check the [provider status table](https://github.com/kubernetes-sigs/external-dns#status-of-providers) for the list of supported providers and their status. +Please check the [provider status table](https://github.com/kubernetes-sigs/external-dns#status-of-in-tree-providers) for the list of supported providers and their status. As stated in the README, we are currently looking for stable maintainers for those providers, to ensure that bugfixes and new features will be available for all of those.