|
1 | 1 | Google Cloud Java Client for DNS |
2 | 2 | ================================ |
3 | 3 |
|
4 | | -Java idiomatic client for [Google Cloud DNS] (https://cloud.google.com/dns/). |
| 4 | +Java idiomatic client for [Google Cloud DNS](https://cloud.google.com/dns/). |
5 | 5 |
|
6 | 6 | [](https://travis-ci.org/GoogleCloudPlatform/google-cloud-java) |
7 | 7 | [](https://coveralls.io/r/GoogleCloudPlatform/google-cloud-java?branch=master) |
8 | 8 | []( https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dns.svg) |
9 | 9 | [](https://www.codacy.com/app/mziccard/google-cloud-java) |
10 | 10 | [](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969) |
11 | 11 |
|
12 | | -- [Homepage] (https://googlecloudplatform.github.io/google-cloud-java/) |
13 | | -- [API Documentation] (https://googlecloudplatform.github.io/google-cloud-java/apidocs/index.html?com/google/cloud/dns/package-summary.html) |
| 12 | +- [Homepage](https://googlecloudplatform.github.io/google-cloud-java/) |
| 13 | +- [API Documentation](https://googlecloudplatform.github.io/google-cloud-java/apidocs/index.html?com/google/cloud/dns/package-summary.html) |
14 | 14 |
|
15 | 15 | > Note: This client is a work-in-progress, and may occasionally |
16 | 16 | > make backwards-incompatible changes. |
@@ -148,7 +148,7 @@ for(String nameServer : nameServers) { |
148 | 148 | } |
149 | 149 | ``` |
150 | 150 |
|
151 | | -You can now instruct your domain registrar to [update your domain name servers] (https://cloud.google.com/dns/update-name-servers). |
| 151 | +You can now instruct your domain registrar to [update your domain name servers](https://cloud.google.com/dns/update-name-servers). |
152 | 152 | As soon as this happens and the change propagates through cached values in DNS resolvers, |
153 | 153 | all the DNS queries will be directed to and answered by the Google Cloud DNS service. |
154 | 154 |
|
@@ -215,7 +215,7 @@ while (recordSetIterator.hasNext()) { |
215 | 215 | ChangeRequestInfo changeRequest = changeBuilder.build(); |
216 | 216 | ChangeRequest pendingRequest = zone.applyChangeRequest(changeRequest); |
217 | 217 | ``` |
218 | | -You can find more information about changes in the [Cloud DNS documentation] (https://cloud.google.com/dns/what-is-cloud-dns#cloud_dns_api_concepts). |
| 218 | +You can find more information about changes in the [Cloud DNS documentation](https://cloud.google.com/dns/what-is-cloud-dns#cloud_dns_api_concepts). |
219 | 219 |
|
220 | 220 | When the change request is applied, it is registered with the Cloud DNS service for processing. We |
221 | 221 | can wait for its completion as follows: |
@@ -357,7 +357,7 @@ See [TESTING] to read more about testing. |
357 | 357 | Versioning |
358 | 358 | ---------- |
359 | 359 |
|
360 | | -This library follows [Semantic Versioning] (http://semver.org/). |
| 360 | +This library follows [Semantic Versioning](http://semver.org/). |
361 | 361 |
|
362 | 362 | It is currently in major version zero (``0.y.z``), which means that anything |
363 | 363 | may change at any time and the public API should not be considered |
|
0 commit comments