Skip to content

Commit

Permalink
fix(build): migrate to using main branch (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Aug 9, 2021
1 parent 38a794c commit f6bd9b8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-accessapproval/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "accessapproval",
"name_pretty": "Access Approval",
"product_documentation": "https://cloud.google.com/access-approval/docs",
"product_documentation": "https://cloud.google.com/cloud-provider-access-management/access-approval/docs",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/access-approval/latest",
"issue_tracker": "https://github.com/googleapis/nodejs-access-approval/issues",
"release_level": "GA",
Expand Down
18 changes: 9 additions & 9 deletions packages/google-cloud-accessapproval/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/access-approval.svg)](https://www.npmjs.org/package/@google-cloud/access-approval)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-access-approval/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-access-approval)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-access-approval/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-access-approval)



Expand All @@ -15,7 +15,7 @@ Accessapproval client for Node.js


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

* [Access Approval Node.js Client API Reference][client-docs]
* [Access Approval Documentation][product-docs]
Expand Down Expand Up @@ -82,11 +82,11 @@ listRequests();

## Samples

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

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



Expand Down Expand Up @@ -129,22 +129,22 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]

## Contributing

Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-access-approval/blob/master/CONTRIBUTING.md).
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-access-approval/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`)
are generated from a central template. To edit one of these files, make an edit
to its template in this
[directory](https://github.com/googleapis/synthtool/tree/master/synthtool/gcp/templates/node_library).
to its templates in
[directory](https://github.com/googleapis/synthtool).

## License

Apache Version 2.0

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

[client-docs]: https://cloud.google.com/nodejs/docs/reference/access-approval/latest
[product-docs]: https://cloud.google.com/access-approval/docs
[product-docs]: https://cloud.google.com/cloud-provider-access-management/access-approval/docs
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
[projects]: https://console.cloud.google.com/project
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
Expand Down
4 changes: 2 additions & 2 deletions packages/google-cloud-accessapproval/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Before running the samples, make sure you've followed the steps outlined in

### Quickstart

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

Expand All @@ -47,4 +47,4 @@ __Usage:__

[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-access-approval&page=editor&open_in_editor=samples/README.md
[product-docs]: https://cloud.google.com/access-approval/docs
[product-docs]: https://cloud.google.com/cloud-provider-access-management/access-approval/docs

0 comments on commit f6bd9b8

Please sign in to comment.