Skip to content

Commit 094e599

Browse files
davidxiagarrettjonesgoogle
authored andcommitted
Fix links in READMEs (#1794) [ci skip]
Use Markdown formatting that creates links.
1 parent e27f4e4 commit 094e599

File tree

12 files changed

+57
-57
lines changed

12 files changed

+57
-57
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ Java idiomatic client for [Google Cloud Platform][cloud-platform] services.
99
[![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/google-cloud-java)
1010
[![Dependency Status](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969)
1111

12-
- [Homepage] (https://googlecloudplatform.github.io/google-cloud-java/)
13-
- [API Documentation] (https://googlecloudplatform.github.io/google-cloud-java/apidocs)
12+
- [Homepage](https://googlecloudplatform.github.io/google-cloud-java/)
13+
- [API Documentation](https://googlecloudplatform.github.io/google-cloud-java/apidocs)
1414

1515
This client supports the following Google Cloud Platform services at a [Beta](#versioning) quality level:
1616

17-
- [Google Cloud BigQuery] (#google-cloud-bigquery-beta) (Beta)
18-
- [Stackdriver Logging] (#stackdriver-logging-beta) (Beta - Not working on App Engine Standard)
19-
- [Google Cloud Datastore] (#google-cloud-datastore-beta) (Beta)
20-
- [Google Cloud Storage] (#google-cloud-storage-beta) (Beta)
21-
- [Cloud Spanner] (#cloud-spanner-beta) (Beta)
17+
- [Google Cloud BigQuery](#google-cloud-bigquery-beta) (Beta)
18+
- [Stackdriver Logging](#stackdriver-logging-beta) (Beta - Not working on App Engine Standard)
19+
- [Google Cloud Datastore](#google-cloud-datastore-beta) (Beta)
20+
- [Google Cloud Storage](#google-cloud-storage-beta) (Beta)
21+
- [Cloud Spanner](#cloud-spanner-beta) (Beta)
2222
- Cloud Vision (Beta)
2323

2424
This client supports the following Google Cloud Platform services at an [Alpha](#versioning) quality level:
2525

26-
- [Google Cloud Compute] (#google-cloud-compute-alpha) (Alpha)
27-
- [Google Cloud DNS] (#google-cloud-dns-alpha) (Alpha)
28-
- [Google Cloud Pub/Sub] (#google-cloud-pubsub-alpha) (Alpha - Not working on App Engine Standard)
29-
- [Google Cloud Resource Manager] (#google-cloud-resource-manager-alpha) (Alpha)
30-
- [Google Cloud Translate] (#google-translate-alpha) (Alpha)
26+
- [Google Cloud Compute](#google-cloud-compute-alpha) (Alpha)
27+
- [Google Cloud DNS](#google-cloud-dns-alpha) (Alpha)
28+
- [Google Cloud Pub/Sub](#google-cloud-pubsub-alpha) (Alpha - Not working on App Engine Standard)
29+
- [Google Cloud Resource Manager](#google-cloud-resource-manager-alpha) (Alpha)
30+
- [Google Cloud Translate](#google-translate-alpha) (Alpha)
3131

3232
> Note: This client is a work-in-progress, and may occasionally
3333
> make backwards-incompatible changes.
@@ -707,7 +707,7 @@ See [TESTING] to read more about using our testing helpers.
707707
Versioning
708708
----------
709709
710-
This library follows [Semantic Versioning] (http://semver.org/).
710+
This library follows [Semantic Versioning](http://semver.org/).
711711
712712
Please note it is currently under active development. Any release versioned 0.x.y is
713713
subject to backwards incompatible changes at any time.

TESTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
This library provides tools to help write tests for code that uses the following google-cloud services:
44

5-
- [BigQuery] (#testing-code-that-uses-bigquery)
6-
- [Compute] (#testing-code-that-uses-compute)
7-
- [Datastore] (#testing-code-that-uses-datastore)
8-
- [DNS] (#testing-code-that-uses-dns)
9-
- [Logging] (#testing-code-that-uses-logging)
10-
- [PubSub] (#testing-code-that-uses-pubsub)
11-
- [Resource Manager] (#testing-code-that-uses-resource-manager)
12-
- [Storage] (#testing-code-that-uses-storage)
13-
- [Spanner] (#testing-code-that-uses-cloud-spanner)
5+
- [BigQuery](#testing-code-that-uses-bigquery)
6+
- [Compute](#testing-code-that-uses-compute)
7+
- [Datastore](#testing-code-that-uses-datastore)
8+
- [DNS](#testing-code-that-uses-dns)
9+
- [Logging](#testing-code-that-uses-logging)
10+
- [PubSub](#testing-code-that-uses-pubsub)
11+
- [Resource Manager](#testing-code-that-uses-resource-manager)
12+
- [Storage](#testing-code-that-uses-storage)
13+
- [Spanner](#testing-code-that-uses-cloud-spanner)
1414

1515
### Testing code that uses BigQuery
1616

google-cloud-bigquery/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Google Cloud Java Client for BigQuery
22
====================================
33

4-
Java idiomatic client for [Google Cloud BigQuery] (https://cloud.google.com/bigquery).
4+
Java idiomatic client for [Google Cloud BigQuery](https://cloud.google.com/bigquery).
55

66
[![Build Status](https://travis-ci.org/GoogleCloudPlatform/google-cloud-java.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/google-cloud-java)
77
[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/google-cloud-java/badge.svg?branch=master)](https://coveralls.io/r/GoogleCloudPlatform/google-cloud-java?branch=master)
88
[![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquery.svg)]( https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquery.svg)
99
[![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/google-cloud-java)
1010
[![Dependency Status](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969)
1111

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/bigquery/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/bigquery/package-summary.html)
1414

1515
> Note: This client is a work-in-progress, and may occasionally
1616
> make backwards-incompatible changes.
@@ -229,7 +229,7 @@ See [TESTING] to read more about testing.
229229
Versioning
230230
----------
231231

232-
This library follows [Semantic Versioning] (http://semver.org/).
232+
This library follows [Semantic Versioning](http://semver.org/).
233233

234234
It is currently in major version zero (``0.y.z``), which means that anything
235235
may change at any time and the public API should not be considered

google-cloud-contrib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Java 7 or above is required for using this client.
4949
Versioning
5050
----------
5151

52-
This library follows [Semantic Versioning] (http://semver.org/).
52+
This library follows [Semantic Versioning](http://semver.org/).
5353

5454
It is currently in major version zero (``0.y.z``), which means that anything
5555
may change at any time and the public API should not be considered

google-cloud-core/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This module provides common functionality required by service-specific modules o
99
[![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/google-cloud-java)
1010
[![Dependency Status](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969)
1111

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/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/package-summary.html)
1414

1515
Quickstart
1616
----------
@@ -53,7 +53,7 @@ Please note that this project is released with a Contributor Code of Conduct. By
5353
Versioning
5454
----------
5555

56-
This library follows [Semantic Versioning] (http://semver.org/).
56+
This library follows [Semantic Versioning](http://semver.org/).
5757

5858
It is currently in major version zero (``0.y.z``), which means that anything
5959
may change at any time and the public API should not be considered

google-cloud-datastore/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Google Cloud Java Client for Datastore
22
======================================
33

4-
Java idiomatic client for [Google Cloud Datastore] (https://cloud.google.com/datastore/).
4+
Java idiomatic client for [Google Cloud Datastore](https://cloud.google.com/datastore/).
55

66
[![Build Status](https://travis-ci.org/GoogleCloudPlatform/google-cloud-java.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/google-cloud-java)
77
[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/google-cloud-java/badge.svg?branch=master)](https://coveralls.io/r/GoogleCloudPlatform/google-cloud-java?branch=master)
88
[![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datastore.svg)]( https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datastore.svg)
99
[![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/google-cloud-java)
1010
[![Dependency Status](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969)
1111

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/datastore/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/datastore/package-summary.html)
1414

1515
> Note: This client is a work-in-progress, and may occasionally
1616
> make backwards-incompatible changes.
@@ -168,7 +168,7 @@ See [TESTING] to read more about testing.
168168
Versioning
169169
----------
170170

171-
This library follows [Semantic Versioning] (http://semver.org/).
171+
This library follows [Semantic Versioning](http://semver.org/).
172172

173173
It is currently in major version zero (``0.y.z``), which means that anything
174174
may change at any time and the public API should not be considered

google-cloud-dns/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Google Cloud Java Client for DNS
22
================================
33

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/).
55

66
[![Build Status](https://travis-ci.org/GoogleCloudPlatform/google-cloud-java.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/google-cloud-java)
77
[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/google-cloud-java/badge.svg?branch=master)](https://coveralls.io/r/GoogleCloudPlatform/google-cloud-java?branch=master)
88
[![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dns.svg)]( https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dns.svg)
99
[![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/google-cloud-java)
1010
[![Dependency Status](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969)
1111

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)
1414

1515
> Note: This client is a work-in-progress, and may occasionally
1616
> make backwards-incompatible changes.
@@ -148,7 +148,7 @@ for(String nameServer : nameServers) {
148148
}
149149
```
150150

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).
152152
As soon as this happens and the change propagates through cached values in DNS resolvers,
153153
all the DNS queries will be directed to and answered by the Google Cloud DNS service.
154154

@@ -215,7 +215,7 @@ while (recordSetIterator.hasNext()) {
215215
ChangeRequestInfo changeRequest = changeBuilder.build();
216216
ChangeRequest pendingRequest = zone.applyChangeRequest(changeRequest);
217217
```
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).
219219

220220
When the change request is applied, it is registered with the Cloud DNS service for processing. We
221221
can wait for its completion as follows:
@@ -357,7 +357,7 @@ See [TESTING] to read more about testing.
357357
Versioning
358358
----------
359359

360-
This library follows [Semantic Versioning] (http://semver.org/).
360+
This library follows [Semantic Versioning](http://semver.org/).
361361

362362
It is currently in major version zero (``0.y.z``), which means that anything
363363
may change at any time and the public API should not be considered

google-cloud-examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To run examples from your command line:
8888
* Here's an example run of `DnsExample`.
8989
9090
Note that you have to enable the Google Cloud DNS API on the [Google Developers Console][developers-console] before running the following commands.
91-
You will need to replace the domain name `elaborateexample.com` with your own domain name with [verified ownership] (https://www.google.com/webmasters/verification/home).
91+
You will need to replace the domain name `elaborateexample.com` with your own domain name with [verified ownership](https://www.google.com/webmasters/verification/home).
9292
Also, note that the example creates and deletes record sets of type A only. Operations with other record types are not implemented in the example.
9393
```
9494
target/appassembler/bin/DnsExample create some-sample-zone elaborateexample.com. description

google-cloud-logging/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Java idiomatic client for [Stackdriver Logging][stackdriver-logging].
99
[![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/google-cloud-java)
1010
[![Dependency Status](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969)
1111

12-
- [Homepage] (https://googlecloudplatform.github.io/google-cloud-java/)
13-
- [API Documentation] (https://googlecloudplatform.github.io/google-cloud-java/apidocs)
12+
- [Homepage](https://googlecloudplatform.github.io/google-cloud-java/)
13+
- [API Documentation](https://googlecloudplatform.github.io/google-cloud-java/apidocs)
1414

1515
> Note: This client is a work-in-progress, and may occasionally
1616
> make backwards-incompatible changes.
@@ -182,7 +182,7 @@ See [TESTING] to read more about testing.
182182
Versioning
183183
----------
184184

185-
This library follows [Semantic Versioning] (http://semver.org/).
185+
This library follows [Semantic Versioning](http://semver.org/).
186186

187187
It is currently in major version zero (``0.y.z``), which means that anything
188188
may change at any time and the public API should not be considered

google-cloud-pubsub/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Google Cloud Java Client for Pub/Sub
22
====================================
33

4-
Java idiomatic client for [Google Cloud Pub/Sub] (https://cloud.google.com/pubsub/).
4+
Java idiomatic client for [Google Cloud Pub/Sub](https://cloud.google.com/pubsub/).
55

66
[![Build Status](https://travis-ci.org/GoogleCloudPlatform/google-cloud-java.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/google-cloud-java)
77
[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/google-cloud-java/badge.svg?branch=master)](https://coveralls.io/r/GoogleCloudPlatform/google-cloud-java?branch=master)
88
[![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsub.svg)]( https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsub.svg)
99
[![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/google-cloud-java)
1010
[![Dependency Status](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969)
1111

12-
- [Homepage] (https://googlecloudplatform.github.io/google-cloud-java/)
13-
- [API Documentation] (https://googlecloudplatform.github.io/google-cloud-java/apidocs)
12+
- [Homepage](https://googlecloudplatform.github.io/google-cloud-java/)
13+
- [API Documentation](https://googlecloudplatform.github.io/google-cloud-java/apidocs)
1414

1515
> Note: This client is a work-in-progress, and may occasionally
1616
> make backwards-incompatible changes.
@@ -223,7 +223,7 @@ See [TESTING] to read more about testing.
223223
Versioning
224224
----------
225225

226-
This library follows [Semantic Versioning] (http://semver.org/).
226+
This library follows [Semantic Versioning](http://semver.org/).
227227

228228
It is currently in major version zero (``0.y.z``), which means that anything
229229
may change at any time and the public API should not be considered

0 commit comments

Comments
 (0)