Skip to content

Commit de73d2b

Browse files
authored
Fix urls from GoogleCloudPlatform org to googleapis org (#3793)
* Fix urls from GoogleCloudPlatform org to googleapis org * Fix typo
1 parent 59a1f90 commit de73d2b

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

google-cloud-datastore/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "1.48.0"
3434

3535
Example Applications
3636
--------------------
37-
- [`DatastoreExample`](../../google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/DatastoreExample.java) is a simple command line interface for the Cloud Datastore. Read more about using the application on the [`DatastoreExample` docs page](https://googlecloudplatform.github.io/google-cloud-java/google-cloud-clients/apidocs/?com/google/cloud/examples/datastore/DatastoreExample.html).
37+
- [`DatastoreExample`](../../google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/DatastoreExample.java) is a simple command line interface for the Cloud Datastore. Read more about using the application on the [`DatastoreExample` docs page](https://googleapis.github.io/google-cloud-java/google-cloud-clients/apidocs/?com/google/cloud/examples/datastore/DatastoreExample.html).
3838
- [`Bookshelf`](https://github.com/GoogleCloudPlatform/getting-started-java/tree/master/bookshelf) - An App Engine app that manages a virtual bookshelf.
3939
- This app uses `google-cloud` to interface with Cloud Datastore and Cloud Storage. It also uses Cloud SQL, another Google Cloud Platform service.
4040
- [`Flexible Environment/Datastore example`](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/flexible/datastore) - A simple app that uses Cloud Datastore to list the last 10 IP addresses that visited your site.
@@ -47,7 +47,7 @@ Example Applications
4747
Authentication
4848
--------------
4949

50-
See the [Authentication](https://github.com/GoogleCloudPlatform/google-cloud-java#authentication) section in the base directory's README.
50+
See the [Authentication](https://github.com/googleapis/google-cloud-java#authentication) section in the base directory's README.
5151

5252
About Google Cloud Datastore
5353
----------------------------
@@ -82,7 +82,7 @@ import com.google.cloud.datastore.DatastoreOptions;
8282
Datastore datastore = DatastoreOptions.getDefaultInstance().getService();
8383
```
8484

85-
For other authentication options, see the [Authentication](https://github.com/GoogleCloudPlatform/google-cloud-java#authentication) page.
85+
For other authentication options, see the [Authentication](https://github.com/googleapis/google-cloud-java#authentication) page.
8686

8787
#### Storing data
8888
Objects in Datastore are known as entities. Entities are grouped by "kind" and have keys for easy access. In this code snippet, we will create a new entity representing a person and store that data by the person's email. First, add the following imports at the top of your file:
@@ -176,7 +176,7 @@ display on your webpage.
176176
Troubleshooting
177177
---------------
178178

179-
To get help, follow the instructions in the [shared Troubleshooting document](https://github.com/GoogleCloudPlatform/gcloud-common/blob/master/troubleshooting/readme.md#troubleshooting).
179+
To get help, follow the instructions in the [shared Troubleshooting document](https://github.com/googleapis/google-cloud-common/blob/master/troubleshooting/readme.md#troubleshooting).
180180

181181
Transport
182182
---------
@@ -206,7 +206,7 @@ Contributing
206206

207207
Contributions to this library are always welcome and highly encouraged.
208208

209-
See `google-cloud`'s [CONTRIBUTING] documentation and the [shared documentation](https://github.com/GoogleCloudPlatform/gcloud-common/blob/master/contributing/readme.md#how-to-contribute-to-gcloud) for more information on how to get started.
209+
See `google-cloud`'s [CONTRIBUTING] documentation and the [shared documentation](https://github.com/googleapis/google-cloud-common/blob/master/contributing/readme.md#how-to-contribute-to-gcloud) for more information on how to get started.
210210

211211
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more information.
212212

@@ -216,12 +216,12 @@ License
216216
Apache 2.0 - See [LICENSE] for more information.
217217

218218

219-
[CONTRIBUTING]:https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/CONTRIBUTING.md
220-
[code-of-conduct]:https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
221-
[LICENSE]: https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/LICENSE
222-
[TESTING]: https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/TESTING.md#testing-code-that-uses-datastore
219+
[CONTRIBUTING]:https://github.com/googleapis/google-cloud-java/blob/master/CONTRIBUTING.md
220+
[code-of-conduct]:https://github.com/googleapis/google-cloud-java/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
221+
[LICENSE]: https://github.com/googleapis/google-cloud-java/blob/master/LICENSE
222+
[TESTING]: https://github.com/googleapis/google-cloud-java/blob/master/TESTING.md#testing-code-that-uses-datastore
223223
[cloud-platform]: https://cloud.google.com/
224224
[cloud-datastore-activation]: https://cloud.google.com/datastore/docs/activate
225225
[cloud-datastore]: https://cloud.google.com/datastore/
226226
[datastore-product-docs]: https://cloud.google.com/datastore/docs/
227-
[datastore-client-lib-docs]: https://googlecloudplatform.github.io/google-cloud-java/google-cloud-clients/apidocs/index.html?com/google/cloud/datastore/package-summary.html
227+
[datastore-client-lib-docs]: https://googleapis.github.io/google-cloud-java/google-cloud-clients/apidocs/index.html?com/google/cloud/datastore/package-summary.html

google-cloud-datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>1.48.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-datastore:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud Datastore</name>
8-
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-clients/google-cloud-datastore</url>
8+
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-datastore</url>
99
<description>
1010
Java idiomatic client for Google Cloud Datastore.
1111
</description>

google-cloud-datastore/src/main/java/com/google/cloud/datastore/package-info.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* <p>Here's a simple usage example for using google-cloud from App/Compute Engine. This example
2222
* shows how to create a Datastore entity. For the complete source code see
23-
* <a href="https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/CreateEntity.java">
23+
* <a href="https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/CreateEntity.java">
2424
* CreateEntity.java</a>.
2525
* <pre> {@code
2626
* Datastore datastore = DatastoreOptions.getDefaultInstance().getService();
@@ -36,7 +36,7 @@
3636
* <p>
3737
* This second example shows how to get and update a Datastore entity if it exists. For the complete
3838
* source code see
39-
* <a href="https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/UpdateEntity.java">
39+
* <a href="https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/UpdateEntity.java">
4040
* UpdateEntity.java</a>.
4141
* <pre> {@code
4242
* Datastore datastore = DatastoreOptions.getDefaultInstance().getService();
@@ -51,9 +51,9 @@
5151
* datastore.update(entity);
5252
* }} </pre>
5353
* <p>When using google-cloud from outside of App/Compute Engine, you have to <a
54-
* href="https://github.com/GoogleCloudPlatform/google-cloud-java#specifying-a-project-id">specify a
54+
* href="https://github.com/googleapis/google-cloud-java#specifying-a-project-id">specify a
5555
* project ID</a> and
56-
* <a href="https://github.com/GoogleCloudPlatform/google-cloud-java#authentication">provide
56+
* <a href="https://github.com/googleapis/google-cloud-java#authentication">provide
5757
* credentials</a>.
5858
*
5959
* @see <a href="https://cloud.google.com/datastore/">Google Cloud Datastore</a>

google-cloud-datastore/src/main/java/com/google/cloud/datastore/testing/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* helper.stop();
3131
* } </pre>
3232
*
33-
* @see <a href="https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/TESTING.md#testing-code-that-uses-datastore">
33+
* @see <a href="https://github.com/googleapis/google-cloud-java/blob/master/TESTING.md#testing-code-that-uses-datastore">
3434
* Google Cloud Java tools for testing</a>
3535
*/
3636
package com.google.cloud.datastore.testing;

0 commit comments

Comments
 (0)