Skip to content

Commit 10a49c3

Browse files
fix(build): migrate to using main branch (#476)
* fix(build): migrate to using main branch * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent d8980ce commit 10a49c3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

packages/google-container/README.md

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

1111

1212

@@ -18,7 +18,7 @@ building and managing container based applications, powered by the open source K
1818

1919

2020
A comprehensive list of changes in each version may be found in
21-
[the CHANGELOG](https://github.com/googleapis/nodejs-cloud-container/blob/master/CHANGELOG.md).
21+
[the CHANGELOG](https://github.com/googleapis/nodejs-cloud-container/blob/main/CHANGELOG.md).
2222

2323
* [Kubernetes Engine Cluster Manager API Node.js Client API Reference][client-docs]
2424
* [Kubernetes Engine Cluster Manager API Documentation][product-docs]
@@ -94,11 +94,11 @@ To run commands against the clusters created, you will need to use the
9494

9595
## Samples
9696

97-
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-cloud-container/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-cloud-container/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.
9898

9999
| Sample | Source Code | Try it |
100100
| --------------------------- | --------------------------------- | ------ |
101-
| Quickstart | [source code](https://github.com/googleapis/nodejs-cloud-container/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-cloud-container&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
101+
| Quickstart | [source code](https://github.com/googleapis/nodejs-cloud-container/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-cloud-container&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
102102

103103

104104

@@ -147,19 +147,19 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]
147147

148148
## Contributing
149149

150-
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-cloud-container/blob/master/CONTRIBUTING.md).
150+
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-cloud-container/blob/main/CONTRIBUTING.md).
151151

152152
Please note that this `README.md`, the `samples/README.md`,
153153
and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)
154154
are generated from a central template. To edit one of these files, make an edit
155-
to its template in this
156-
[directory](https://github.com/googleapis/synthtool/tree/master/synthtool/gcp/templates/node_library).
155+
to its templates in
156+
[directory](https://github.com/googleapis/synthtool).
157157

158158
## License
159159

160160
Apache Version 2.0
161161

162-
See [LICENSE](https://github.com/googleapis/nodejs-cloud-container/blob/master/LICENSE)
162+
See [LICENSE](https://github.com/googleapis/nodejs-cloud-container/blob/main/LICENSE)
163163

164164
[client-docs]: https://cloud.google.com/nodejs/docs/reference/container/latest
165165
[product-docs]: https://cloud.google.com/kubernetes-engine

packages/google-container/samples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Before running the samples, make sure you've followed the steps outlined in
3434

3535
### Quickstart
3636

37-
View the [source code](https://github.com/googleapis/nodejs-cloud-container/blob/master/samples/quickstart.js).
37+
View the [source code](https://github.com/googleapis/nodejs-cloud-container/blob/main/samples/quickstart.js).
3838

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

0 commit comments

Comments
 (0)