Skip to content

Commit

Permalink
docs: fix broken link to UpdateEntity snippet (#1022)
Browse files Browse the repository at this point in the history
Fixes #1010
  • Loading branch information
kolea2 committed Mar 16, 2023
1 parent b753b6c commit 6880604
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@
*
* <p>This second example shows how to get and update a Datastore entity if it exists. For the
* complete source code see <a
* href="https://github.com/googleapis/google-cloud-java/main/master/google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/UpdateEntity.java">
* href="https://github.com/googleapis/google-cloud-java/blob/4f9e98b21264028901878b8a11204868eca858ce/google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/UpdateEntity.java">
* UpdateEntity.java</a>.
*
* <pre>{@code
Expand Down

0 comments on commit 6880604

Please sign in to comment.