Skip to content

Commit 4b53749

Browse files
fix(build): migrate to using main branch (#20)
* 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 * 🦉 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 3f3704a commit 4b53749

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

packages/google-cloud-gkeconnect-gateway/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-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/gke-connect-gateway.svg)](https://www.npmjs.org/package/@google-cloud/gke-connect-gateway)
9-
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-gke-connect-gateway/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-gke-connect-gateway)
9+
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-gke-connect-gateway/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-gke-connect-gateway)
1010

1111

1212

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

2020
* [API Gateway Node.js Client API Reference][client-docs]
2121
* [API Gateway Documentation][product-docs]
@@ -71,11 +71,11 @@ new GatewayServiceClient();
7171

7272
## Samples
7373

74-
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-gke-connect-gateway/tree/master/samples) directory. Each sample's `README.md` has instructions for running its sample.
74+
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-gke-connect-gateway/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.
7575

7676
| Sample | Source Code | Try it |
7777
| --------------------------- | --------------------------------- | ------ |
78-
| Quickstart | [source code](https://github.com/googleapis/nodejs-gke-connect-gateway/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-gke-connect-gateway&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
78+
| Quickstart | [source code](https://github.com/googleapis/nodejs-gke-connect-gateway/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-gke-connect-gateway&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
7979

8080

8181

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

119119
## Contributing
120120

121-
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-gke-connect-gateway/blob/master/CONTRIBUTING.md).
121+
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-gke-connect-gateway/blob/main/CONTRIBUTING.md).
122122

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

129129
## License
130130

131131
Apache Version 2.0
132132

133-
See [LICENSE](https://github.com/googleapis/nodejs-gke-connect-gateway/blob/master/LICENSE)
133+
See [LICENSE](https://github.com/googleapis/nodejs-gke-connect-gateway/blob/main/LICENSE)
134134

135135
[client-docs]: https://cloud.google.com/nodejs/docs/reference/gke-connect-gateway/latest
136136
[product-docs]: https://cloud.google.com/api-gateway/

packages/google-cloud-gkeconnect-gateway/samples/README.md

+1-1
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-gke-connect-gateway/blob/master/samples/quickstart.js).
34+
View the [source code](https://github.com/googleapis/nodejs-gke-connect-gateway/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-gke-connect-gateway&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)
3737

0 commit comments

Comments
 (0)