Update GitLab CI messages and correct Javadoc URL in README.md
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ build:
|
|||||||
- echo "Running package..."
|
- echo "Running package..."
|
||||||
- cd ${GITLAB_CLONE_DIR}
|
- cd ${GITLAB_CLONE_DIR}
|
||||||
- mvn clean package
|
- mvn clean package
|
||||||
- echo "Deploying GitLab Pages from docs/ (javadoc)"
|
- echo "Preparing GitLab Pages from docs/ (javadoc)"
|
||||||
- mkdir public
|
- mkdir public
|
||||||
- cp -rv docs/* public/
|
- cp -rv docs/* public/
|
||||||
- mkdir public/apidocs
|
- mkdir public/apidocs
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ The methods can be categorized as follows:
|
|||||||
- `Record`: list, info, create, update, delete
|
- `Record`: list, info, create, update, delete
|
||||||
|
|
||||||
The following text focuses on the basic methods. For further information, take a look at
|
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`
|
### Instantiation of `CfDnsClient`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user