File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,12 +180,12 @@ if (entity != null) {
180
180
```
181
181
182
182
The 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) .
184
184
185
185
#### Complete source code
186
186
187
187
In
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)
189
189
we put together all the code to store data and run queries into one program. The program assumes that you are
190
190
running on Compute Engine or from your own desktop. To run the example on App Engine, simply move
191
191
the 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