Skip to content

Commit f69a9e4

Browse files
authored
fix(build): set default branch to main (#85)
1 parent 361adb8 commit f69a9e4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/google-api-servicemanagement/README.md

Lines changed: 6 additions & 6 deletions
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/service-management.svg)](https://www.npmjs.org/package/@google-cloud/service-management)
9-
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-service-management/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-service-management)
9+
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-service-management/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-service-management)
1010

1111

1212

@@ -15,7 +15,7 @@ Service management 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-service-management/blob/master/CHANGELOG.md).
18+
[the CHANGELOG](https://github.com/googleapis/nodejs-service-management/blob/main/CHANGELOG.md).
1919

2020
* [Service Management API Node.js Client API Reference][client-docs]
2121
* [Service Management API Documentation][product-docs]
@@ -82,11 +82,11 @@ listServices();
8282

8383
## Samples
8484

85-
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-service-management/tree/master/samples) directory. Each sample's `README.md` has instructions for running its sample.
85+
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-service-management/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.
8686

8787
| Sample | Source Code | Try it |
8888
| --------------------------- | --------------------------------- | ------ |
89-
| Quickstart | [source code](https://github.com/googleapis/nodejs-service-management/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-service-management&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
89+
| Quickstart | [source code](https://github.com/googleapis/nodejs-service-management/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-service-management&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
9090

9191

9292

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

130130
## Contributing
131131

132-
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-service-management/blob/master/CONTRIBUTING.md).
132+
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-service-management/blob/main/CONTRIBUTING.md).
133133

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

142142
Apache Version 2.0
143143

144-
See [LICENSE](https://github.com/googleapis/nodejs-service-management/blob/master/LICENSE)
144+
See [LICENSE](https://github.com/googleapis/nodejs-service-management/blob/main/LICENSE)
145145

146146
[client-docs]: https://cloud.google.com/nodejs/docs/reference/service-management/latest
147147
[product-docs]: https://cloud.google.com/service-infrastructure/docs/overview/

packages/google-api-servicemanagement/samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Before running the samples, make sure you've followed the steps outlined in
3131

3232
### Quickstart
3333

34-
View the [source code](https://github.com/googleapis/nodejs-service-management/blob/master/samples/quickstart.js).
34+
View the [source code](https://github.com/googleapis/nodejs-service-management/blob/main/samples/quickstart.js).
3535

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

0 commit comments

Comments
 (0)