Skip to content

Commit 882dbb0

Browse files
authored
chore: change READMEs to point to new docs urls (GoogleCloudPlatform#1754)
1 parent f4f63b4 commit 882dbb0

File tree

14 files changed

+30
-31
lines changed

14 files changed

+30
-31
lines changed

compute/cloud-client/firewall/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To run the Compute samples, run any of the files in `src/` on the CLI to print
5959
the usage instructions:
6060

6161
```
62-
$ php list_firewall_rules.php
62+
$ php list_firewall_rules.php
6363
6464
Usage: list_firewall_rules.php $projectId
6565
@@ -129,11 +129,11 @@ No project ID was provided, and we were unable to detect a default project ID.
129129

130130
## The client library
131131

132-
This sample uses the [Google Cloud Compute Client Library for PHP][google-cloud-php].
132+
This sample uses the [Google Cloud Compute Client Library for PHP][google-cloud-php-compute].
133133
You can read the documentation for more details on API usage and use GitHub
134134
to [browse the source][google-cloud-php-source] and [report issues][google-cloud-php-issues].
135135

136-
[google-cloud-php]: https://googleapis.github.io/google-cloud-php/#/docs/google-cloud/v0.152.0/compute/readme
136+
[google-cloud-php-compute]: https://cloud.google.com/php/docs/reference/cloud-compute/latest
137137
[google-cloud-php-source]: https://github.com/GoogleCloudPlatform/google-cloud-php
138138
[google-cloud-php-issues]: https://github.com/GoogleCloudPlatform/google-cloud-php/issues
139139
[google-cloud-sdk]: https://cloud.google.com/sdk/

compute/cloud-client/instances/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ No project ID was provided, and we were unable to detect a default project ID.
158158

159159
## The client library
160160

161-
This sample uses the [Google Cloud Compute Client Library for PHP][google-cloud-php].
161+
This sample uses the [Google Cloud Compute Client Library for PHP][google-cloud-php-compute].
162162
You can read the documentation for more details on API usage and use GitHub
163163
to [browse the source][google-cloud-php-source] and [report issues][google-cloud-php-issues].
164164

165-
[google-cloud-php]: https://googleapis.github.io/google-cloud-php/#/docs/google-cloud/v0.152.0/compute/readme
165+
[google-cloud-php-compute]: https://cloud.google.com/php/docs/reference/cloud-compute/latest
166166
[google-cloud-php-source]: https://github.com/GoogleCloudPlatform/google-cloud-php
167167
[google-cloud-php-issues]: https://github.com/GoogleCloudPlatform/google-cloud-php/issues
168168
[google-cloud-sdk]: https://cloud.google.com/sdk/

datastore/api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ from PHP.
55

66
[datastore]: https://cloud.google.com/datastore/docs/reference/libraries
77

8-
The code is using
9-
[Google Cloud Client Library for PHP](https://googlecloudplatform.github.io/google-cloud-php/#/).
8+
The code is using the
9+
[Datastore Library for PHP](https://cloud.google.com/php/docs/reference/cloud-datastore/latest).
1010

1111
To run the tests do the following:
1212

datastore/tutorial/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This code sample is intended to be in the following document:
44
https://cloud.google.com/datastore/docs/datastore-api-tutorial
55

6-
The code is using
7-
[Google Cloud Client Library for PHP](https://googlecloudplatform.github.io/google-cloud-php/#/).
6+
The code is using the
7+
[Datastore Client Library for PHP](https://cloud.google.com/php/docs/reference/cloud-datastore/latest).
88

99
To run the sample, do the following first:
1010

dialogflow/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Options:
261261

262262
## The client library
263263

264-
This sample uses the [Google Cloud Client Library for PHP][google-cloud-php].
264+
This sample uses the [Dialogflow Client Library for PHP][google-cloud-php-dialogflow].
265265
You can read the documentation for more details on API usage and use GitHub
266266
to [browse the source][google-cloud-php-source] and [report issues][google-cloud-php-issues].
267267

@@ -281,6 +281,6 @@ If you have not set a timezone you may get an error from php. This can be resolv
281281
1. Editing the php.ini file (or creating one if it doesn't exist)
282282
1. Adding the timezone to the php.ini file e.g., adding the following line: `date.timezone = "America/Los_Angeles"`
283283

284-
[google-cloud-php]: https://googlecloudplatform.github.io/google-cloud-php
284+
[google-cloud-php-dialogflow]: https://cloud.google.com/php/docs/reference/cloud-dialogflow/latest
285285
[google-cloud-php-source]: https://github.com/GoogleCloudPlatform/google-cloud-php
286286
[google-cloud-php-issues]: https://github.com/GoogleCloudPlatform/google-cloud-php/issues

firestore/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Usage: setup_dataset.php $projectId
7272

7373
## The client library
7474

75-
This sample uses the [Google Cloud Client Library for PHP][google-cloud-php].
75+
This sample uses the [Firestore Client Library for PHP][google-cloud-php-firestore].
7676
You can read the documentation for more details on API usage and use GitHub
7777
to [browse the source][google-cloud-php-source] and [report issues][google-cloud-php-issues].
7878

@@ -92,7 +92,7 @@ If you have not set a timezone you may get an error from php. This can be resolv
9292
1. Editing the php.ini file (or creating one if it doesn't exist)
9393
1. Adding the timezone to the php.ini file e.g., adding the following line: `date.timezone = "America/Los_Angeles"`
9494

95-
[google-cloud-php]: https://googlecloudplatform.github.io/google-cloud-php
95+
[google-cloud-php-firestore]: https://cloud.google.com/php/docs/reference/cloud-firestore/latest
9696
[google-cloud-php-source]: https://github.com/GoogleCloudPlatform/google-cloud-php
9797
[google-cloud-php-issues]: https://github.com/GoogleCloudPlatform/google-cloud-php/issues
9898
[google-cloud-sdk]: https://cloud.google.com/sdk/

language/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ These samples show how to use the [Google Cloud Natural Language API][language-a
99
from PHP to analyze text.
1010

1111
[language-api]: https://cloud.google.com/natural-language/docs/quickstart-client-libraries
12-
[google-cloud-php]: https://googlecloudplatform.github.io/google-cloud-php/
1312

1413
## Setup
1514

@@ -169,7 +168,7 @@ Confidence: 0.99
169168

170169
## The client library
171170

172-
This sample uses the [Google Cloud Client Library for PHP][google-cloud-php].
171+
This sample uses the [Cloud Natural Language Client Library for PHP][google-cloud-php-language].
173172
You can read the documentation for more details on API usage and use GitHub
174173
to [browse the source][google-cloud-php-source] and [report issues][google-cloud-php-issues].
175174

@@ -189,7 +188,7 @@ If you have not set a timezone you may get an error from php. This can be resolv
189188
1. Editing the php.ini file (or creating one if it doesn't exist)
190189
1. Adding the timezone to the php.ini file e.g., adding the following line: date.timezone = "America/Los_Angeles"
191190

192-
[google-cloud-php]: https://googlecloudplatform.github.io/google-cloud-php
191+
[google-cloud-php-language]: https://cloud.google.com/php/docs/reference/cloud-language/latest
193192
[google-cloud-php-source]: https://github.com/GoogleCloudPlatform/google-cloud-php
194193
[google-cloud-php-issues]: https://github.com/GoogleCloudPlatform/google-cloud-php/issues
195194
[google-cloud-sdk]: https://cloud.google.com/sdk/

monitoring/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ $ php src/list_resources.php 'your-project-id'
7474

7575
## The client library
7676

77-
This sample uses the [Google Cloud Client Library for PHP][google-cloud-php].
77+
This sample uses the [Cloud Monitoring Client Library for PHP][google-cloud-php-monitoring].
7878
You can read the documentation for more details on API usage and use GitHub
7979
to [browse the source][google-cloud-php-source] and [report issues][google-cloud-php-issues].
8080

8181
[php_grpc]: http://cloud.google.com/php/grpc
82-
[google-cloud-php]: https://googlecloudplatform.github.io/google-cloud-php
82+
[google-cloud-php-monitoring]: https://cloud.google.com/php/docs/reference/cloud-monitoring/latest
8383
[google-cloud-php-source]: https://github.com/GoogleCloudPlatform/google-cloud-php
8484
[google-cloud-php-issues]: https://github.com/GoogleCloudPlatform/google-cloud-php/issues
8585
[google-cloud-sdk]: https://cloud.google.com/sdk/

pubsub/api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ No project ID was provided, and we were unable to detect a default project ID.
7575

7676
## The client library
7777

78-
This sample uses the [Google Cloud Client Library for PHP][google-cloud-php].
78+
This sample uses the [Cloud Pub/Sub Library for PHP][google-cloud-php-pubsub].
7979
You can read the documentation for more details on API usage and use GitHub
8080
to [browse the source][google-cloud-php-source] and [report issues][google-cloud-php-issues].
8181

8282
[php_grpc]: http://cloud.google.com/php/grpc
83-
[google-cloud-php]: https://googlecloudplatform.github.io/google-cloud-php
83+
[google-cloud-php-pubsub]: https://cloud.google.com/php/docs/reference/cloud-pubsub/latest
8484
[google-cloud-php-source]: https://github.com/GoogleCloudPlatform/google-cloud-php
8585
[google-cloud-php-issues]: https://github.com/GoogleCloudPlatform/google-cloud-php/issues
8686
[google-cloud-sdk]: https://cloud.google.com/sdk/

spanner/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ No project ID was provided, and we were unable to detect a default project ID.
9797

9898
## The client library
9999

100-
This sample uses the [Google Cloud Client Library for PHP][google-cloud-php].
100+
This sample uses the [Spanner Client Library for PHP][google-cloud-php-spanner].
101101
You can read the documentation for more details on API usage and use GitHub
102102
to [browse the source][google-cloud-php-source] and [report issues][google-cloud-php-issues].
103103

104104
[php_grpc]: http://cloud.google.com/php/grpc
105-
[google-cloud-php]: https://googlecloudplatform.github.io/google-cloud-php
105+
[google-cloud-php-spanner]: https://cloud.google.com/php/docs/reference/cloud-spanner/latest
106106
[google-cloud-php-source]: https://github.com/GoogleCloudPlatform/google-cloud-php
107107
[google-cloud-php-issues]: https://github.com/GoogleCloudPlatform/google-cloud-php/issues
108108
[google-cloud-sdk]: https://cloud.google.com/sdk/

0 commit comments

Comments
 (0)