From f5ba156c498e77c5ef367732caa9d18d309ba129 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sun, 13 Apr 2025 09:51:08 +0200 Subject: [PATCH] Update Javadoc link and remove outdated documentation Replaced the Javadoc link in the README with the updated URL and deleted the obsolete `docs/README.MD` file. This ensures that the documentation points to the correct and current resources. --- README.md | 2 +- docs/README.MD | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 docs/README.MD diff --git a/README.md b/README.md index 59cebce..821ff3a 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The dependency is: ## Methods Overview -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). +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). ### Instantiation of `CfDnsClient` diff --git a/docs/README.MD b/docs/README.MD deleted file mode 100644 index 8f901d1..0000000 --- a/docs/README.MD +++ /dev/null @@ -1,3 +0,0 @@ -# Documents for CloudflareDNS-java - -- [api](apidocs/index.html) \ No newline at end of file