Skip to content

Commit 73ead12

Browse files
authored
fix(build): switch primary branch to main (#480)
1 parent d4484c1 commit 73ead12

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/google-cloud-oslogin/README.md

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

1111

1212

@@ -15,7 +15,7 @@ Google Cloud OS Login 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-os-login/blob/master/CHANGELOG.md).
18+
[the CHANGELOG](https://github.com/googleapis/nodejs-os-login/blob/main/CHANGELOG.md).
1919

2020
* [Google Cloud OS Login Node.js Client API Reference][client-docs]
2121
* [Google Cloud OS Login Documentation][product-docs]
@@ -77,11 +77,11 @@ quickstart();
7777

7878
## Samples
7979

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

8282
| Sample | Source Code | Try it |
8383
| --------------------------- | --------------------------------- | ------ |
84-
| Quickstart | [source code](https://github.com/googleapis/nodejs-os-login/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-os-login&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
84+
| Quickstart | [source code](https://github.com/googleapis/nodejs-os-login/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-os-login&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
8585

8686

8787

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

131131
## Contributing
132132

133-
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-os-login/blob/master/CONTRIBUTING.md).
133+
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-os-login/blob/main/CONTRIBUTING.md).
134134

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

143143
Apache Version 2.0
144144

145-
See [LICENSE](https://github.com/googleapis/nodejs-os-login/blob/master/LICENSE)
145+
See [LICENSE](https://github.com/googleapis/nodejs-os-login/blob/main/LICENSE)
146146

147147
[client-docs]: https://cloud.google.com/nodejs/docs/reference/os-login/latest
148148
[product-docs]: https://cloud.google.com/compute/docs/oslogin/

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

0 commit comments

Comments
 (0)