From de24c9f1ab81b32b0923ece0be8bd5b1415013a6 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Mon, 9 Jun 2025 19:09:07 +0200 Subject: [PATCH] Fix incorrect Javadoc URL in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f78c70..9c26876 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ The methods can be categorized as follows: - `Record`: list, info, create, update, delete 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://cloudflaredns-java-f4ee3a.gitlab.io/codes/thischwa/cf/CfDnsClient.html). ### Instantiation of `CfDnsClient`