Skip to content

Commit 0644563

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

File tree

37 files changed

+40
-38
lines changed

37 files changed

+40
-38
lines changed

.kokoro/tests/run_single_test.sh

+1-1
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

+1-1
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

+2-2
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

+1-1
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

+1-1
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

+1-1
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
+1-1
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

+1-1
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

+1-1
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

+1-1
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

Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
These samples have been moved to https://github.com/googleapis/python-containeranalysis/tree/master/samples
1+
These samples have been moved.
2+
3+
https://github.com/googleapis/python-containeranalysis/tree/main/samples

datacatalog/cloud-client/README.rst

+1-1
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-datacatalog/tree/master/samples
3+
https://github.com/googleapis/python-datacatalog/tree/main/samples

datalabeling/README.md

+1-1
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-datalabeling/tree/master/samples
3+
https://github.com/googleapis/python-datalabeling/tree/main/samples

dataproc/README.md

+1-1
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-dataproc/tree/master/samples
3+
https://github.com/googleapis/python-dataproc/tree/main/samples

dialogflow/cloud-client/README.rst

+1-1
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-dialogflow/tree/master/samples
3+
https://github.com/googleapis/python-dialogflow/tree/main/samples

dlp/README.md

+1-1
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-dlp/tree/master/samples
3+
https://github.com/googleapis/python-dlp/tree/main/samples

document/README.rst

+1-1
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-documentai/tree/master/samples/snippets
3+
https://github.com/googleapis/python-documentai/tree/main/samples/snippets

error_reporting/README.md

+1-1
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-error-reporting/tree/master/samples
3+
https://github.com/googleapis/python-error-reporting/tree/main/samples

iot/api-client/manager/README.md

+1-1
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-iot/tree/master/samples
3+
https://github.com/googleapis/python-iot/tree/main/samples

jobs/v4beta1/README.rst

+1-1
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-talent/tree/master/samples
3+
https://github.com/googleapis/python-talent/tree/main/samples

kms/README.rst

+1-1
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-kms/tree/master/samples
3+
https://github.com/googleapis/python-kms/tree/main/samples

language/README.md

+1-1
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-language/tree/master/samples
3+
https://github.com/googleapis/python-language/tree/main/samples

logging/cloud-client/README.rst

+1-1
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-logging/tree/master/samples
3+
https://github.com/googleapis/python-logging/tree/main/samples
+1-1
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-monitoring/tree/master/samples/snippets/v3/alerts-client
3+
https://github.com/googleapis/python-monitoring/tree/main/samples/snippets/v3/alerts-client
+1-1
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-monitoring/tree/master/samples/snippets/v3/cloud-client
3+
https://github.com/googleapis/python-monitoring/tree/main/samples/snippets/v3/cloud-client
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-monitoring/tree/master/samples/snippets/v3/uptime-check-client
3+
https://github.com/googleapis/python-monitoring/tree/main/samples/snippets/v3/uptime-check-client

pubsub/cloud-client/README.rst

+1-1
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-pubsub/tree/master/samples
3+
https://github.com/googleapis/python-pubsub/tree/main/samples

scheduler/README.md

+1-1
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-scheduler/tree/master/samples
3+
https://github.com/googleapis/python-scheduler/tree/main/samples

secretmanager/README.md

+1-1
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-secret-manager/tree/master/samples
3+
https://github.com/googleapis/python-secret-manager/tree/main/samples

speech/README.rst

+1-1
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-speech/tree/master/samples
3+
https://github.com/googleapis/python-speech/tree/main/samples

tables/README.rst

+1-1
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

tasks/README.md

+1-1
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-tasks/tree/master/samples
3+
https://github.com/googleapis/python-tasks/tree/main/samples

texttospeech/cloud-client/README.rst

+1-1
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-texttospeech/tree/master/samples
3+
https://github.com/googleapis/python-texttospeech/tree/main/samples

translate/automl/README.rst

+1-1
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

translate/cloud-client/README.rst

+1-1
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-translate/tree/master/samples
3+
https://github.com/googleapis/python-translate/tree/main/samples

video/cloud-client/README.rst

+1-1
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-videointelligence/tree/master/samples
3+
https://github.com/googleapis/python-videointelligence/tree/main/samples

vision/cloud-client/README.md

+1-1
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-vision/tree/master/samples
3+
https://github.com/googleapis/python-vision/tree/main/samples

0 commit comments

Comments
 (0)