Skip to content

Commit

Permalink
fix(build): set default branch to main (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Sep 10, 2021
1 parent 492bb5f commit f7d2325
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/google-cloud-talent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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



Expand All @@ -15,7 +15,7 @@ Cloud Talent Solution API client for Node.js


A comprehensive list of changes in each version may be found in
[the CHANGELOG](https://github.com/googleapis/nodejs-talent/blob/master/CHANGELOG.md).
[the CHANGELOG](https://github.com/googleapis/nodejs-talent/blob/main/CHANGELOG.md).

* [Google Cloud Talent Solution Node.js Client API Reference][client-docs]
* [Google Cloud Talent Solution Documentation][product-docs]
Expand Down Expand Up @@ -103,7 +103,7 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]

## Contributing

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

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

Apache Version 2.0

See [LICENSE](https://github.com/googleapis/nodejs-talent/blob/master/LICENSE)
See [LICENSE](https://github.com/googleapis/nodejs-talent/blob/main/LICENSE)

[client-docs]: https://cloud.google.com/nodejs/docs/reference/talent/latest
[product-docs]: https://cloud.google.com/solutions/talent-solution/
Expand Down

0 comments on commit f7d2325

Please sign in to comment.