From c71489920b7c8753639954691ed3b39dcbcd79a7 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Wed, 8 Sep 2021 20:39:19 -0400 Subject: [PATCH] fix(build): switch primary branch to main (#60) --- packages/google-cloud-orgpolicy/README.md | 12 ++++++------ packages/google-cloud-orgpolicy/samples/README.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/google-cloud-orgpolicy/README.md b/packages/google-cloud-orgpolicy/README.md index 0bf7556f6e3..6399ea56c76 100644 --- a/packages/google-cloud-orgpolicy/README.md +++ b/packages/google-cloud-orgpolicy/README.md @@ -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/org-policy.svg)](https://www.npmjs.org/package/@google-cloud/org-policy) -[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-org-policy/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-org-policy) +[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-org-policy/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-org-policy) @@ -15,7 +15,7 @@ Org policy client for Node.js A comprehensive list of changes in each version may be found in -[the CHANGELOG](https://github.com/googleapis/nodejs-org-policy/blob/master/CHANGELOG.md). +[the CHANGELOG](https://github.com/googleapis/nodejs-org-policy/blob/main/CHANGELOG.md). * [Organization Policy Node.js Client API Reference][client-docs] * [Organization Policy Documentation][product-docs] @@ -86,11 +86,11 @@ listConstraints(); ## Samples -Samples are in the [`samples/`](https://github.com/googleapis/nodejs-org-policy/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-org-policy/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-org-policy/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-org-policy&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) | +| Quickstart | [source code](https://github.com/googleapis/nodejs-org-policy/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-org-policy&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) | @@ -133,7 +133,7 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages] ## Contributing -Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-org-policy/blob/master/CONTRIBUTING.md). +Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-org-policy/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`) @@ -145,7 +145,7 @@ to its templates in Apache Version 2.0 -See [LICENSE](https://github.com/googleapis/nodejs-org-policy/blob/master/LICENSE) +See [LICENSE](https://github.com/googleapis/nodejs-org-policy/blob/main/LICENSE) [client-docs]: https://cloud.google.com/nodejs/docs/reference/org-policy/latest [product-docs]: https://cloud.google.com/resource-manager/docs/organization-policy/overview diff --git a/packages/google-cloud-orgpolicy/samples/README.md b/packages/google-cloud-orgpolicy/samples/README.md index caa9af5d319..6654aaa2175 100644 --- a/packages/google-cloud-orgpolicy/samples/README.md +++ b/packages/google-cloud-orgpolicy/samples/README.md @@ -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-org-policy/blob/master/samples/quickstart.js). +View the [source code](https://github.com/googleapis/nodejs-org-policy/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-org-policy&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)