Skip to content

Commit e2d1745

Browse files
authored
Fix links to googleapis.dev from GitHub pages (#6070)
1 parent 4001f07 commit e2d1745

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google-cloud-datastore/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "1.86.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://googleapis.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.
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.
@@ -224,4 +224,4 @@ Apache 2.0 - See [LICENSE] for more information.
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://googleapis.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.dev/java/google-cloud-clients/latest/index.html?com/google/cloud/datastore/package-summary.html

0 commit comments

Comments
 (0)