From ef848d0b34c458c336d3992cc7a688045cd2bf48 Mon Sep 17 00:00:00 2001 From: Kain Date: Sun, 23 Feb 2025 08:47:14 +0100 Subject: [PATCH] Update README.md with proper link to dev guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3deeebc19..5cca6bfd9 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ would have at least two maintainers. It would be nice if the maintainers run the 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. +Read the [contributing guidelines](CONTRIBUTING.md) and have a look at [the contributing docs](docs/contributing/dev-guide.md) to learn about building the project, the project structure, and the purpose of each package. For an overview on how to write new Sources and Providers check out [Sources and Providers](docs/contributing/sources-and-providers.md).