From 87b39fca7bd367978c066ae8048a83177ad92f1b Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Fri, 3 Jul 2026 18:16:30 +0200 Subject: [PATCH] update javadoc link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a539dbb..0cecbd0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The API provides two styles for working with DNS records: 2. **Fluent API**: Chainable method calls for more readable code The following text focuses on the basic methods. For further information, take a look at -the [javadoc of the CfDnsClient](https://cloudflaredns-java-f4ee3a.gitlab.io/apidocs/codes/thischwa/cf/CfDnsClient.html). +the [javadoc of the CfDnsClient](https://javadoc.mein-gateway.de/CloudflareDNS-java/index.html). ### Instantiation of `CfDnsClient`