From 0d92d7a33f3485d43513ccdba62b3e9ef62e01ed Mon Sep 17 00:00:00 2001 From: nyanotech <33802077+nyanotech@users.noreply.github.com> Date: Wed, 12 Feb 2025 06:18:28 -0800 Subject: [PATCH] DOCS: fix link to writing-providers.md (#3430) --- documentation/provider/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/provider/index.md b/documentation/provider/index.md index 2960bed4f..b52a034ae 100644 --- a/documentation/provider/index.md +++ b/documentation/provider/index.md @@ -194,5 +194,5 @@ DNSControl tries to make writing a provider as easy as possible. DNSControl does most of the work for you, you only have to write code to authenticate, download DNS records, and perform create/modify/delete operations on those records. Please read the directions for [Writing new DNS -providers](writing-providers.md). The DNS maintainers will gladly +providers](../writing-providers.md). The DNS maintainers will gladly coach you through the process.