Skip to content

Commit bf898b2

Browse files
authored
fix(build): switch primary branch to main (#76)
1 parent f53c87e commit bf898b2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

1111

1212

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

2020
* [IAM Policy Troubleshooter API Node.js Client API Reference][client-docs]
2121
* [IAM Policy Troubleshooter API Documentation][product-docs]
@@ -87,11 +87,11 @@ troubelshootPolicy();
8787

8888
## Samples
8989

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

9292
| Sample | Source Code | Try it |
9393
| --------------------------- | --------------------------------- | ------ |
94-
| Quickstart | [source code](https://github.com/googleapis/nodejs-policy-troubleshooter/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-policy-troubleshooter&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
94+
| Quickstart | [source code](https://github.com/googleapis/nodejs-policy-troubleshooter/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-policy-troubleshooter&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
9595

9696

9797

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

141141
## Contributing
142142

143-
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-policy-troubleshooter/blob/master/CONTRIBUTING.md).
143+
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-policy-troubleshooter/blob/main/CONTRIBUTING.md).
144144

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

153153
Apache Version 2.0
154154

155-
See [LICENSE](https://github.com/googleapis/nodejs-policy-troubleshooter/blob/master/LICENSE)
155+
See [LICENSE](https://github.com/googleapis/nodejs-policy-troubleshooter/blob/main/LICENSE)
156156

157157
[client-docs]: https://cloud.google.com/nodejs/docs/reference/policy-troubleshooter/latest
158158
[product-docs]: https://cloud.google.com/iam/docs/troubleshooting-access#rest-api/

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

0 commit comments

Comments
 (0)