Skip to content

Commit 0644563

Browse files
authored
chore: update reference of master branch to main (GoogleCloudPlatform#7154)
1 parent 14533af commit 0644563

37 files changed

Lines changed: 40 additions & 38 deletions

File tree

.kokoro/tests/run_single_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ set -e
9090
# If REPORT_TO_BUILD_COP_BOT is set to "true", send the test log
9191
# to the FlakyBot.
9292
# See:
93-
# https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot.
93+
# https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
9494
if [[ "${REPORT_TO_BUILD_COP_BOT:-}" == "true" ]]; then
9595
chmod +x $KOKORO_GFILE_DIR/linux_amd64/flakybot
9696
$KOKORO_GFILE_DIR/linux_amd64/flakybot

.kokoro/tests/run_tests_orig.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ for file in **/requirements.txt; do
179179
# If REPORT_TO_BUILD_COP_BOT is set to "true", send the test log
180180
# to the FlakyBot.
181181
# See:
182-
# https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot.
182+
# https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
183183
if [[ "${REPORT_TO_BUILD_COP_BOT:-}" == "true" ]]; then
184184
chmod +x $KOKORO_GFILE_DIR/linux_amd64/flakybot
185185
$KOKORO_GFILE_DIR/linux_amd64/flakybot

AUTHORING_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ client library repository `googleapis/python-{api}`. Other samples should be pla
7373
`python-docs-samples`.
7474

7575
**Library repositories:** Each sample should be in a folder under the top-level samples folder `samples`
76-
in the client library repository. See the [Text-to-Speech samples](https://github.com/googleapis/python-texttospeech/tree/master/samples)
76+
in the client library repository. See the [Text-to-Speech samples](https://github.com/googleapis/python-texttospeech/tree/main/samples)
7777
for an example.
7878

7979
**python-docs-samples:** Each sample should be in a folder under the top-level folder of
@@ -788,7 +788,7 @@ environment variable.
788788
789789
The resources required by tests can usually be found in the `./resources`
790790
folder inside the `samples/snippets` directory in client libraries, as in
791-
[this example](https://github.com/googleapis/python-automl/tree/master/samples/snippets/resources).
791+
[this example](https://github.com/googleapis/python-automl/tree/main/samples/snippets/resources).
792792
You can upload those resources to your own GCS bucket to run the tests with
793793
[gsutil](https://cloud.google.com/storage/docs/gsutil). For example:
794794

asset/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
These samples have been moved.
22

3-
https://github.com/googleapis/python-asset/tree/master/samples
3+
https://github.com/googleapis/python-asset/tree/main/samples

automl/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
These samples have been moved.
22

3-
https://github.com/googleapis/python-automl/tree/master/samples
3+
https://github.com/googleapis/python-automl/tree/main/samples

bigquery/cloud-client/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
These samples have been moved.
22

3-
https://github.com/googleapis/python-bigquery/tree/master/samples/snippets
3+
https://github.com/googleapis/python-bigquery/tree/main/samples/snippets
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
These samples have been moved.
22

3-
https://github.com/googleapis/python-bigquery-storage/tree/master/samples/to_dataframe
3+
https://github.com/googleapis/python-bigquery-storage/tree/main/samples/to_dataframe

cloud-sql/mysql/client-side-encryption/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Download a JSON key to use to authenticate your connection.
2323

2424
1. **macOS / Windows only**: Configure gRPC Root Certificates: On some platforms you may need to
2525
accept the Google server certificates, see instructions for setting up
26-
[root certs](https://github.com/googleapis/google-cloud-cpp/blob/master/google/cloud/bigtable/examples/README.md#configure-grpc-root-certificates).
26+
[root certs](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/bigtable/examples/README.md#configure-grpc-root-certificates).
2727

2828
## Running locally
2929

cloud-sql/postgres/client-side-encryption/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Download a JSON key to use to authenticate your connection.
2323

2424
1. **macOS / Windows only**: Configure gRPC Root Certificates: On some platforms you may need to
2525
accept the Google server certificates, see instructions for setting up
26-
[root certs](https://github.com/googleapis/google-cloud-cpp/blob/master/google/cloud/bigtable/examples/README.md#configure-grpc-root-certificates).
26+
[root certs](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/bigtable/examples/README.md#configure-grpc-root-certificates).
2727

2828

2929
## Running locally

cloud-sql/sql-server/client-side-encryption/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Download a JSON key to use to authenticate your connection.
2323

2424
1. **macOS / Windows only**: Configure gRPC Root Certificates: On some platforms you may need to
2525
accept the Google server certificates, see instructions for setting up
26-
[root certs](https://github.com/googleapis/google-cloud-cpp/blob/master/google/cloud/bigtable/examples/README.md#configure-grpc-root-certificates).
26+
[root certs](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/bigtable/examples/README.md#configure-grpc-root-certificates).
2727

2828
## Running locally
2929

0 commit comments

Comments
 (0)