From 95fa741a1d840d15d9c78d63c07935725ce20018 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Mon, 30 Jun 2025 19:38:50 +0200 Subject: [PATCH] Fix typo in Javadoc URL in README.md to correct namespace link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28e7c74..12c7bec 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,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/codes/th-schwarz/cf/CfDnsClient.html). +the [javadoc of the CfDnsClient](https://cloudflaredns-java-f4ee3a.gitlab.io/codes/thischwa/cf/CfDnsClient.html). ### Instantiation of `CfDnsClient`