Skip to content

Commit e060aba

Browse files
author
Praful Makani
authored
docs: broken links (#154)
1 parent e4aa724 commit e060aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.106.0"
5252

5353
Example Application
5454
-------------------
55-
- [`BigQueryExample`](../../google-cloud-examples/src/main/java/com/google/cloud/examples/bigquery/BigQueryExample.java) - A simple command line interface providing some of Cloud BigQuery's functionality.
55+
- [`BigQueryExample`](https://github.com/googleapis/google-cloud-java/blob/master/google-cloud-examples/src/main/java/com/google/cloud/examples/bigquery/BigQueryExample.java) - A simple command line interface providing some of Cloud BigQuery's functionality.
5656
Read more about using this application on the [`BigQueryExample` docs page](https://googleapis.dev/java/google-cloud-clients/latest/index.html?com/google/cloud/examples/bigquery/BigQueryExample.html).
5757

5858
Authentication
@@ -205,7 +205,7 @@ for (FieldValueList row : bigquery.query(queryConfig).iterateAll()) {
205205
#### Complete source code
206206

207207
In
208-
[InsertDataAndQueryTable.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/bigquery/snippets/InsertDataAndQueryTable.java)
208+
[InsertDataAndQueryTable.java](https://github.com/googleapis/google-cloud-java/blob/master/google-cloud-examples/src/main/java/com/google/cloud/examples/bigquery/snippets/InsertDataAndQueryTable.java)
209209
we put together all the code shown above into one program. The program assumes that you are
210210
running on Compute Engine or from your own desktop. To run the example on App Engine, simply move
211211
the code from the main method to your application's servlet class and change the print statements to

0 commit comments

Comments
 (0)