Skip to content

Commit 7203098

Browse files
authored
fix: broken links (#276)
1 parent 4c8d52f commit 7203098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,12 @@ if (entity != null) {
180180
```
181181

182182
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).
184184

185185
#### Complete source code
186186

187187
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)
189189
we put together all the code to store data and run queries into one program. The program assumes that you are
190190
running on Compute Engine or from your own desktop. To run the example on App Engine, simply move
191191
the code from the main method to your application's servlet class and change the print statements to

0 commit comments

Comments
 (0)