DOCS: fix link to writing-providers.md (#3430)

This commit is contained in:
nyanotech 2025-02-12 06:18:28 -08:00 committed by GitHub
parent 311b6d8bbb
commit 0d92d7a33f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.