From 10d63c43ca3607ccebcfba3333b5295f7c733be2 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Wed, 2 Jul 2025 11:31:30 +0200 Subject: [PATCH] Update GitLab CI messages and correct Javadoc URL in README.md --- .gitlab-ci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 889dd71..42eaef9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ build: - echo "Running package..." - cd ${GITLAB_CLONE_DIR} - mvn clean package - - echo "Deploying GitLab Pages from docs/ (javadoc)" + - echo "Preparing GitLab Pages from docs/ (javadoc)" - mkdir public - cp -rv docs/* public/ - mkdir public/apidocs @@ -54,7 +54,7 @@ on_commits: pages: stage: deploy script: - - echo "Publishing to GitLab Pages..." + - echo "Publishing to GitLab Pages ..." artifacts: paths: - public diff --git a/README.md b/README.md index 12c7bec..f1d7460 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/thischwa/cf/CfDnsClient.html). +the [javadoc of the CfDnsClient](https://cloudflaredns-java-f4ee3a.gitlab.io/apidocs/codes/thischwa/cf/CfDnsClient.html). ### Instantiation of `CfDnsClient`