From af757714f4fc1598129f44240a79bdcaa671d21e Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sun, 23 Mar 2025 13:18:08 +0100 Subject: [PATCH] Update README with corrected javadoc link Replaced the broken relative javadoc link with a working absolute URL pointing to the hosted documentation. This ensures easier access to the API reference for users. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f73dee..95482c6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ BETA ## Methods Overview -The following text focuses on the basic methods. For further information take a look at the [javadoc of the CfDnsClient](docs/apidocs/codes/thischwa/cf/CfDnsClient.html). +The following text focuses on the basic methods. For further information take a look at the [javadoc of the CfDnsClient](https://th-schwarz.github.io/CloudflareDNS-java/apidocs/codes/thischwa/cf/CfDnsClient.html). ### Instantiation of `CfDnsClient`