Update project references to use updated GitLab namespace
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# CloudflareDNS-java
|
# CloudflareDNS-java
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
[](https://sonarcloud.io/summary/new_code?id=thischwa_CloudflareDNS-java)
|
[](https://sonarcloud.io/summary/new_code?id=thischwa_CloudflareDNS-java)
|
||||||
@@ -15,7 +15,7 @@ This project provides a java client for minimalistic access to the Cloudflare AP
|
|||||||
managing DNS settings such as creating, updating and deleting DNS records.
|
managing DNS settings such as creating, updating and deleting DNS records.
|
||||||
|
|
||||||
If you encounter any bugs or find missing features, feel free to report them on
|
If you encounter any bugs or find missing features, feel free to report them on
|
||||||
the [GitLab Issues page](https://gitlab.com/thischwa/CloudflareDNS-java/-/issues).
|
the [GitLab Issues page](https://gitlab.com/th-schwarz/CloudflareDNS-java/-/issues).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -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/codes/th-schwarz/cf/CfDnsClient.html).
|
||||||
|
|
||||||
### Instantiation of `CfDnsClient`
|
### Instantiation of `CfDnsClient`
|
||||||
|
|
||||||
|
|||||||
@@ -51,9 +51,9 @@
|
|||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<developerConnection>scm:git:git@gitlab.com:thischwa/CloudflareDNS-java.git</developerConnection>
|
<developerConnection>scm:git:git@gitlab.com:th-schwarz/CloudflareDNS-java.git</developerConnection>
|
||||||
<connection>scm:git:git@gitlab.com:thischwa/CloudflareDNS-java.git</connection>
|
<connection>scm:git:git@gitlab.com:th-schwarz/CloudflareDNS-java.git</connection>
|
||||||
<url>https://gitlab.com/thischwa/CloudflareDNS-java</url>
|
<url>https://gitlab.com/th-schwarz/CloudflareDNS-java</url>
|
||||||
<tag>HEAD</tag>
|
<tag>HEAD</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user