Skip to content

Commit

Permalink
fix(build): migrate to using main branch (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Aug 9, 2021
1 parent e461d37 commit b0c8bc5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions packages/google-analytics-admin/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-alpha-orange.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/@google-analytics/admin.svg)](https://www.npmjs.org/package/@google-analytics/admin)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-analytics-admin/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-analytics-admin)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-analytics-admin/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-analytics-admin)



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


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

* [Google Analytics Admin Node.js Client API Reference][client-docs]
* [Google Analytics Admin Documentation][product-docs]
Expand Down Expand Up @@ -96,12 +96,12 @@ process.on('unhandledRejection', err => {

## Samples

Samples are in the [`samples/`](https://github.com/googleapis/nodejs-analytics-admin/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-analytics-admin/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-analytics-admin/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-analytics-admin&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
| Quickstart_installed_oauth2 | [source code](https://github.com/googleapis/nodejs-analytics-admin/blob/master/samples/quickstart_installed_oauth2.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-analytics-admin&page=editor&open_in_editor=samples/quickstart_installed_oauth2.js,samples/README.md) |
| Quickstart | [source code](https://github.com/googleapis/nodejs-analytics-admin/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-analytics-admin&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
| Quickstart_installed_oauth2 | [source code](https://github.com/googleapis/nodejs-analytics-admin/blob/main/samples/quickstart_installed_oauth2.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-analytics-admin&page=editor&open_in_editor=samples/quickstart_installed_oauth2.js,samples/README.md) |



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

## Contributing

Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-analytics-admin/blob/master/CONTRIBUTING.md).
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-analytics-admin/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-analytics-admin/blob/master/LICENSE)
See [LICENSE](https://github.com/googleapis/nodejs-analytics-admin/blob/main/LICENSE)

[client-docs]: https://googleapis.dev/nodejs/analytics-admin/latest/index.html
[product-docs]: https://developers.google.com/analytics
Expand Down
4 changes: 2 additions & 2 deletions packages/google-analytics-admin/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Before running the samples, make sure you've followed the steps outlined in

### Quickstart

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

Expand All @@ -49,7 +49,7 @@ __Usage:__

### Quickstart_installed_oauth2

View the [source code](https://github.com/googleapis/nodejs-analytics-admin/blob/master/samples/quickstart_installed_oauth2.js).
View the [source code](https://github.com/googleapis/nodejs-analytics-admin/blob/main/samples/quickstart_installed_oauth2.js).

[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-analytics-admin&page=editor&open_in_editor=samples/quickstart_installed_oauth2.js,samples/README.md)

Expand Down

0 comments on commit b0c8bc5

Please sign in to comment.