Skip to content

Commit 8f05fee

Browse files
author
Jon Wayne Parrott
committed
Update readme references. Resolves 1059
Change-Id: I05013e56fae4e801cd6682ec2ec12459baea9dc8
1 parent b0747a9 commit 8f05fee

19 files changed

+33
-33
lines changed

bigquery/api/README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To run this sample:
9292
9393
https://cloud.google.com/bigquery/bigquery-api-quickstart
9494
95-
For more information, see the README.md under /bigquery.
95+
For more information, see the README.rst.
9696
9797
positional arguments:
9898
project_id Your Google Cloud Project ID.
@@ -117,7 +117,7 @@ To run this sample:
117117
118118
Command-line application to perform an synchronous query in BigQuery.
119119
120-
For more information, see the README.md under /bigquery.
120+
For more information, see the README.rst.
121121
122122
positional arguments:
123123
project_id Your Google Cloud project ID.
@@ -151,7 +151,7 @@ To run this sample:
151151
152152
Command-line application to perform an asynchronous query in BigQuery.
153153
154-
For more information, see the README.md under /bigquery.
154+
For more information, see the README.rst.
155155
156156
positional arguments:
157157
project_id Your Google Cloud project ID.
@@ -188,7 +188,7 @@ To run this sample:
188188
189189
https://cloud.google.com/bigquery/docs/managing_jobs_datasets_projects
190190
191-
For more information, see the README.md under /bigquery.
191+
For more information, see the README.rst.
192192
193193
positional arguments:
194194
project_id the project id to list.
@@ -218,7 +218,7 @@ To run this sample:
218218
219219
https://cloud.google.com/bigquery/loading-data-into-bigquery
220220
221-
For more information, see the README.md under /bigquery.
221+
For more information, see the README.rst.
222222
223223
positional arguments:
224224
project_id Your Google Cloud project ID.
@@ -253,7 +253,7 @@ To run this sample:
253253
254254
https://cloud.google.com/bigquery/loading-data-into-bigquery#loaddatagcs
255255
256-
For more information, see the README.md under /bigquery.
256+
For more information, see the README.rst.
257257
258258
positional arguments:
259259
project_id Your Google Cloud project ID.
@@ -291,7 +291,7 @@ To run this sample:
291291
292292
https://cloud.google.com/bigquery/streaming-data-into-bigquery
293293
294-
For more information, see the README.md under /bigquery.
294+
For more information, see the README.rst.
295295
296296
positional arguments:
297297
project_id Your Google Cloud project ID.
@@ -329,7 +329,7 @@ To run this sample:
329329
330330
https://cloud.google.com/bigquery/exporting-data-from-bigquery
331331
332-
For more information, see the README.md under /bigquery.
332+
For more information, see the README.rst.
333333
334334
positional arguments:
335335
project_id Your Google Cloud project ID.
@@ -373,7 +373,7 @@ To run this sample:
373373
374374
https://cloud.google.com/bigquery/authentication
375375
376-
For more information, see the README.md under /bigquery.
376+
For more information, see the README.rst.
377377
378378
positional arguments:
379379
project_id Your Google Cloud Project ID.

bigquery/api/async_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
"""Command-line application to perform an asynchronous query in BigQuery.
1717
18-
For more information, see the README.md under /bigquery.
18+
For more information, see the README.rst.
1919
"""
2020

2121
import argparse

bigquery/api/export_data_to_cloud_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
https://cloud.google.com/bigquery/exporting-data-from-bigquery
2222
23-
For more information, see the README.md under /bigquery.
23+
For more information, see the README.rst.
2424
"""
2525

2626
import argparse

bigquery/api/getting_started.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
https://cloud.google.com/bigquery/bigquery-api-quickstart
2424
25-
For more information, see the README.md under /bigquery.
25+
For more information, see the README.rst.
2626
"""
2727
# [START all]
2828
import argparse

bigquery/api/installed_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
https://cloud.google.com/bigquery/authentication
2222
23-
For more information, see the README.md under /bigquery.
23+
For more information, see the README.rst.
2424
"""
2525
# [START all]
2626

bigquery/api/list_datasets_projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
https://cloud.google.com/bigquery/docs/managing_jobs_datasets_projects
2121
22-
For more information, see the README.md under /bigquery.
22+
For more information, see the README.rst.
2323
"""
2424

2525
import argparse

bigquery/api/load_data_by_post.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
https://cloud.google.com/bigquery/loading-data-into-bigquery
2121
22-
For more information, see the README.md under /bigquery.
22+
For more information, see the README.rst.
2323
"""
2424

2525
import argparse

bigquery/api/load_data_from_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
https://cloud.google.com/bigquery/loading-data-into-bigquery#loaddatagcs
2222
23-
For more information, see the README.md under /bigquery.
23+
For more information, see the README.rst.
2424
"""
2525

2626
import argparse

bigquery/api/streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
https://cloud.google.com/bigquery/streaming-data-into-bigquery
2121
22-
For more information, see the README.md under /bigquery.
22+
For more information, see the README.rst.
2323
"""
2424

2525
import argparse

bigquery/api/sync_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
"""Command-line application to perform an synchronous query in BigQuery.
1717
18-
For more information, see the README.md under /bigquery.
18+
For more information, see the README.rst.
1919
"""
2020

2121
import argparse

0 commit comments

Comments
 (0)