File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,12 +180,12 @@ if (entity != null) {
180180```
181181
182182The complete source code can be found at
183- [ UpdateEntity.java] ( ../.. /google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/UpdateEntity.java) .
183+ [ UpdateEntity.java] ( https://github.com/googleapis/google-cloud-java/blob/master /google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/UpdateEntity.java) .
184184
185185#### Complete source code
186186
187187In
188- [ AddEntitiesAndRunQuery.java] ( ../.. /google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/AddEntitiesAndRunQuery.java)
188+ [ AddEntitiesAndRunQuery.java] ( https://github.com/googleapis/google-cloud-java/blob/master /google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/AddEntitiesAndRunQuery.java)
189189we put together all the code to store data and run queries into one program. The program assumes that you are
190190running on Compute Engine or from your own desktop. To run the example on App Engine, simply move
191191the code from the main method to your application's servlet class and change the print statements to
You can’t perform that action at this time.
0 commit comments