@@ -30,18 +30,18 @@ analytics data warehouse.
3030
3131### Create A Simple Application With the API
3232
33- View the [ documentation] [ basics_1 ] or the [ source code] [ basics_2 ] .
33+ View the [ documentation] [ basics_docs ] or the [ source code] [ basics_code ] .
3434
3535__ Run the sample:__
3636
3737 node getting_started
3838
39- [ basics_1 ] : getting_started.js
40- [ basics_2 ] : https://cloud.google.com/bigquery/create-simple-app-api
39+ [ basics_docs ] : https://cloud.google.com/bigquery/create-simple-app-api
40+ [ basics_code ] : getting_started.js
4141
4242### Calculate size of dataset
4343
44- View the [ source code] [ size_1 ] .
44+ View the [ source code] [ size_code ] .
4545
4646__ Run the sample:__
4747
@@ -51,11 +51,11 @@ Example:
5151
5252 node dataset_size bigquery-public-data hacker_news
5353
54- [ size_1 ] : dataset_size.js
54+ [ size_code ] : dataset_size.js
5555
5656### Loading Data with a POST Request
5757
58- View the [ documentation] [ file_1 ] or the [ source code] [ file_2 ] .
58+ View the [ documentation] [ file_docs ] or the [ source code] [ file_code ] .
5959
6060__ Run the sample:__
6161
@@ -65,12 +65,12 @@ Example:
6565
6666 node load_data_from_csv resources/data.csv my-dataset my-table
6767
68- [ file_1 ] : load_data_from_csv.js
69- [ file_2 ] : https://cloud.google.com/bigquery/loading-data-post-request
68+ [ file_docs ] : https://cloud.google.com/bigquery/loading-data-post-request
69+ [ file_code ] : load_data_from_csv.js
7070
7171### Loading Data from Cloud Storage
7272
73- View the [ documentation] [ gcs_1 ] or the [ source code] [ gcs_2 ] .
73+ View the [ documentation] [ gcs_docs ] or the [ source code] [ gcs_code ] .
7474
7575__ Run the sample:__
7676
@@ -80,5 +80,5 @@ Example:
8080
8181 node load_data_from_gcs my-bucket data.csv my-dataset my-table
8282
83- [ gcs_1 ] : load_data_from_gcs.js
84- [ gcs_2 ] : https://cloud.google.com/bigquery/docs/loading-data-cloud-storage
83+ [ gcs_docs ] : https://cloud.google.com/bigquery/docs/loading-data-cloud-storage
84+ [ gcs_code ] : load_data_from_gcs.js
0 commit comments