Skip to content

Commit 9d8aa46

Browse files
fix(build): migrate to using main branch (#11)
* 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 4204551 commit 9d8aa46

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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

1111

1212

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

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

8383
## Samples
8484

85-
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-filestore/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-filestore/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-filestore/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-filestore&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
89+
| Quickstart | [source code](https://github.com/googleapis/nodejs-filestore/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-filestore&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
9090

9191

9292

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

136136
## Contributing
137137

138-
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-filestore/blob/master/CONTRIBUTING.md).
138+
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-filestore/blob/main/CONTRIBUTING.md).
139139

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

146146
## License
147147

148148
Apache Version 2.0
149149

150-
See [LICENSE](https://github.com/googleapis/nodejs-filestore/blob/master/LICENSE)
150+
See [LICENSE](https://github.com/googleapis/nodejs-filestore/blob/main/LICENSE)
151151

152152
[client-docs]: https://cloud.google.com/nodejs/docs/reference/filestore/latest
153153
[product-docs]: https://cloud.google.com/filestore/

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

0 commit comments

Comments
 (0)