Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 0d9868a

Browse files
author
Benjamin E. Coe
authored
fix(build): switch primary branch to main (#37)
1 parent 0b23724 commit 0d9868a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/generated-files-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ generatedFiles:
88
- path: '.github/generated-files-bot.+(yml|yaml)'
99
message: '`.github/generated-files-bot.(yml|yaml)` should be updated in [`synthtool`](https://github.com/googleapis/synthtool)'
1010
- path: 'README.md'
11-
message: '`README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/master/.readme-partials.yaml'
11+
message: '`README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/main/.readme-partials.yaml'
1212
- path: 'samples/README.md'
13-
message: '`samples/README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/master/.readme-partials.yaml'
13+
message: '`samples/README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/main/.readme-partials.yaml'
1414
ignoreAuthors:
1515
- 'gcf-owl-bot[bot]'
1616
- 'yoshi-automation'

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
name: ci
77
jobs:

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

1111

1212

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

2020
* [Private Catalog Node.js Client API Reference][client-docs]
2121
* [Private Catalog Documentation][product-docs]
@@ -84,11 +84,11 @@ searchCatalogs();
8484

8585
## Samples
8686

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

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

9393

9494

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

132132
## Contributing
133133

134-
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-private-catalog/blob/master/CONTRIBUTING.md).
134+
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-private-catalog/blob/main/CONTRIBUTING.md).
135135

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

144144
Apache Version 2.0
145145

146-
See [LICENSE](https://github.com/googleapis/nodejs-private-catalog/blob/master/LICENSE)
146+
See [LICENSE](https://github.com/googleapis/nodejs-private-catalog/blob/main/LICENSE)
147147

148148
[client-docs]: https://cloud.google.com/nodejs/docs/reference/private-catalog/latest
149149
[product-docs]: https://cloud.google.com/private-catalog/

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

0 commit comments

Comments
 (0)