Skip to content

Commit 530f212

Browse files
authored
fix(build): set default branch to main (#548)
1 parent 55b3012 commit 530f212

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

packages/google-cloud-texttospeech/README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/text-to-speech.svg)](https://www.npmjs.org/package/@google-cloud/text-to-speech)
9-
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-text-to-speech/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-text-to-speech)
9+
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-text-to-speech/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-text-to-speech)
1010

1111

1212

@@ -15,7 +15,7 @@ Cloud Text-to-Speech API client for Node.js
1515

1616

1717
A comprehensive list of changes in each version may be found in
18-
[the CHANGELOG](https://github.com/googleapis/nodejs-text-to-speech/blob/master/CHANGELOG.md).
18+
[the CHANGELOG](https://github.com/googleapis/nodejs-text-to-speech/blob/main/CHANGELOG.md).
1919

2020
* [Google Cloud Text-to-Speech Node.js Client API Reference][client-docs]
2121
* [Google Cloud Text-to-Speech Documentation][product-docs]
@@ -94,15 +94,15 @@ quickStart();
9494

9595
## Samples
9696

97-
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-text-to-speech/tree/master/samples) directory. Each sample's `README.md` has instructions for running its sample.
97+
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-text-to-speech/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.
9898

9999
| Sample | Source Code | Try it |
100100
| --------------------------- | --------------------------------- | ------ |
101-
| Audio Profile | [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/master/samples/audioProfile.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-text-to-speech&page=editor&open_in_editor=samples/audioProfile.js,samples/README.md) |
102-
| List Voices | [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/master/samples/listVoices.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-text-to-speech&page=editor&open_in_editor=samples/listVoices.js,samples/README.md) |
103-
| Quickstart | [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/master/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-text-to-speech&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
104-
| Ssml Addresses | [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/master/samples/ssmlAddresses.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-text-to-speech&page=editor&open_in_editor=samples/ssmlAddresses.js,samples/README.md) |
105-
| Synthesize | [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/master/samples/synthesize.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-text-to-speech&page=editor&open_in_editor=samples/synthesize.js,samples/README.md) |
101+
| Audio Profile | [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/main/samples/audioProfile.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-text-to-speech&page=editor&open_in_editor=samples/audioProfile.js,samples/README.md) |
102+
| List Voices | [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/main/samples/listVoices.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-text-to-speech&page=editor&open_in_editor=samples/listVoices.js,samples/README.md) |
103+
| Quickstart | [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/main/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-text-to-speech&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
104+
| Ssml Addresses | [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/main/samples/ssmlAddresses.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-text-to-speech&page=editor&open_in_editor=samples/ssmlAddresses.js,samples/README.md) |
105+
| Synthesize | [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/main/samples/synthesize.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-text-to-speech&page=editor&open_in_editor=samples/synthesize.js,samples/README.md) |
106106

107107

108108

@@ -151,7 +151,7 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]
151151

152152
## Contributing
153153

154-
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-text-to-speech/blob/master/CONTRIBUTING.md).
154+
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-text-to-speech/blob/main/CONTRIBUTING.md).
155155

156156
Please note that this `README.md`, the `samples/README.md`,
157157
and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)
@@ -163,7 +163,7 @@ to its templates in
163163

164164
Apache Version 2.0
165165

166-
See [LICENSE](https://github.com/googleapis/nodejs-text-to-speech/blob/master/LICENSE)
166+
See [LICENSE](https://github.com/googleapis/nodejs-text-to-speech/blob/main/LICENSE)
167167

168168
[client-docs]: https://googleapis.dev/nodejs/text-to-speech/latest
169169
[product-docs]: https://cloud.google.com/text-to-speech

packages/google-cloud-texttospeech/samples/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Before running the samples, make sure you've followed the steps outlined in
3535

3636
### Audio Profile
3737

38-
View the [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/master/samples/audioProfile.js).
38+
View the [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/main/samples/audioProfile.js).
3939

4040
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-text-to-speech&page=editor&open_in_editor=samples/audioProfile.js,samples/README.md)
4141

@@ -52,7 +52,7 @@ __Usage:__
5252

5353
### List Voices
5454

55-
View the [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/master/samples/listVoices.js).
55+
View the [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/main/samples/listVoices.js).
5656

5757
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-text-to-speech&page=editor&open_in_editor=samples/listVoices.js,samples/README.md)
5858

@@ -69,7 +69,7 @@ __Usage:__
6969

7070
### Quickstart
7171

72-
View the [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/master/samples/quickstart.js).
72+
View the [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/main/samples/quickstart.js).
7373

7474
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-text-to-speech&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)
7575

@@ -86,7 +86,7 @@ __Usage:__
8686

8787
### Ssml Addresses
8888

89-
View the [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/master/samples/ssmlAddresses.js).
89+
View the [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/main/samples/ssmlAddresses.js).
9090

9191
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-text-to-speech&page=editor&open_in_editor=samples/ssmlAddresses.js,samples/README.md)
9292

@@ -103,7 +103,7 @@ __Usage:__
103103

104104
### Synthesize
105105

106-
View the [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/master/samples/synthesize.js).
106+
View the [source code](https://github.com/googleapis/nodejs-text-to-speech/blob/main/samples/synthesize.js).
107107

108108
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-text-to-speech&page=editor&open_in_editor=samples/synthesize.js,samples/README.md)
109109

0 commit comments

Comments
 (0)