Skip to content

Commit 92a205f

Browse files
authored
fix README API link (#3273)
Fixes #3260.
1 parent 6fef9ff commit 92a205f

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,40 +13,40 @@ Java idiomatic client for [Google Cloud Platform][cloud-platform] services.
1313
- [Client Library Documentation][client-lib-docs]
1414

1515
This library supports the following Google Cloud Platform services with clients at a [GA](#versioning) quality level:
16-
- [BigQuery](google-cloud-bigquery) (GA)
17-
- [Stackdriver Logging](google-cloud-logging) (GA)
18-
- [Cloud Datastore](google-cloud-datastore) (GA)
19-
- [Cloud Natural Language](google-cloud-language) (GA)
20-
- [Cloud Storage](google-cloud-storage) (GA)
21-
- [Cloud Translation](google-cloud-translate) (GA)
22-
- [Cloud Vision](google-cloud-vision) (GA)
16+
- [BigQuery](google-cloud-clients/google-cloud-bigquery) (GA)
17+
- [Stackdriver Logging](google-cloud-clients/google-cloud-logging) (GA)
18+
- [Cloud Datastore](google-cloud-clients/google-cloud-datastore) (GA)
19+
- [Cloud Natural Language](google-cloud-clients/google-cloud-language) (GA)
20+
- [Cloud Storage](google-cloud-clients/google-cloud-storage) (GA)
21+
- [Cloud Translation](google-cloud-clients/google-cloud-translate) (GA)
22+
- [Cloud Vision](google-cloud-clients/google-cloud-vision) (GA)
2323

2424
This library supports the following Google Cloud Platform services with clients at a [Beta](#versioning) quality level:
2525

2626
- [BigQuery Data Transfer](google-cloud-clients/google-cloud-bigquerydatatransfer) (Beta)
27-
- [Cloud Data Loss Prevention](google-cloud-dlp) (Beta)
28-
- [Stackdriver Error Reporting](google-cloud-errorreporting) (Beta)
29-
- [Cloud Firestore](google-cloud-firestore) (Beta)
30-
- [Stackdriver Monitoring](google-cloud-monitoring) (Beta)
31-
- [Cloud Pub/Sub](google-cloud-pubsub) (Beta)
32-
- [Cloud Spanner](google-cloud-spanner) (Beta)
33-
- [Cloud Video Intelligence](google-cloud-video-intelligence) (Beta)
34-
- [Stackdriver Trace](google-cloud-trace) (Beta)
35-
- [Text-to-Speech](google-cloud-texttospeech) (Beta)
27+
- [Cloud Data Loss Prevention](google-cloud-clients/google-cloud-dlp) (Beta)
28+
- [Stackdriver Error Reporting](google-cloud-clients/google-cloud-errorreporting) (Beta)
29+
- [Cloud Firestore](google-cloud-clients/google-cloud-firestore) (Beta)
30+
- [Stackdriver Monitoring](google-cloud-clients/google-cloud-monitoring) (Beta)
31+
- [Cloud Pub/Sub](google-cloud-clients/google-cloud-pubsub) (Beta)
32+
- [Cloud Spanner](google-cloud-clients/google-cloud-spanner) (Beta)
33+
- [Cloud Video Intelligence](google-cloud-clients/google-cloud-video-intelligence) (Beta)
34+
- [Stackdriver Trace](google-cloud-clients/google-cloud-trace) (Beta)
35+
- [Text-to-Speech](google-cloud-clients/google-cloud-texttospeech) (Beta)
3636

3737
This library supports the following Google Cloud Platform services with clients at an [Alpha](#versioning) quality level:
3838

39-
- [Cloud Dataproc](google-cloud-dataproc) (Alpha)
40-
- [Cloud DNS](google-cloud-dns) (Alpha)
41-
- [Cloud OS Login](google-cloud-os-login) (Alpha)
39+
- [Cloud Dataproc](google-cloud-clients/google-cloud-dataproc) (Alpha)
40+
- [Cloud DNS](google-cloud-clients/google-cloud-dns) (Alpha)
41+
- [Cloud OS Login](google-cloud-clients/google-cloud-os-login) (Alpha)
4242
- [Cloud Redis](google-cloud-clients/google-cloud-redis) (Alpha)
43-
- [Cloud Resource Manager](google-cloud-resourcemanager) (Alpha)
44-
- [Cloud Speech](google-cloud-speech) (Alpha)
45-
- [Dialogflow](google-cloud-dialogflow) (Alpha)
43+
- [Cloud Resource Manager](google-cloud-clients/google-cloud-resourcemanager) (Alpha)
44+
- [Cloud Speech](google-cloud-clients/google-cloud-speech) (Alpha)
45+
- [Dialogflow](google-cloud-clients/google-cloud-dialogflow) (Alpha)
4646

4747
These libraries are deprecated and no longer receive updates:
4848

49-
- [Cloud Compute](google-cloud-compute) (Deprecated)
49+
- [Cloud Compute](google-cloud-clients/google-cloud-compute) (Deprecated)
5050

5151
Quickstart
5252
----------

0 commit comments

Comments
 (0)