|
6 | 6 |
|
7 | 7 | [](https://cloud.google.com/terms/launch-stages) |
8 | 8 | [](https://www.npmjs.org/package/@google-cloud/error-reporting) |
9 | | -[](https://codecov.io/gh/googleapis/nodejs-error-reporting) |
| 9 | +[](https://codecov.io/gh/googleapis/nodejs-error-reporting) |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
|
17 | 17 |
|
18 | 18 |
|
19 | 19 | A comprehensive list of changes in each version may be found in |
20 | | -[the CHANGELOG](https://github.com/googleapis/nodejs-error-reporting/blob/master/CHANGELOG.md). |
| 20 | +[the CHANGELOG](https://github.com/googleapis/nodejs-error-reporting/blob/main/CHANGELOG.md). |
21 | 21 |
|
22 | 22 | * [Cloud Error Reporting Node.js Client API Reference][client-docs] |
23 | 23 | * [Cloud Error Reporting Documentation][product-docs] |
@@ -350,15 +350,15 @@ errors.report(err); |
350 | 350 |
|
351 | 351 | ## Samples |
352 | 352 |
|
353 | | -Samples are in the [`samples/`](https://github.com/googleapis/nodejs-error-reporting/tree/master/samples) directory. Each sample's `README.md` has instructions for running its sample. |
| 353 | +Samples are in the [`samples/`](https://github.com/googleapis/nodejs-error-reporting/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample. |
354 | 354 |
|
355 | 355 | | Sample | Source Code | Try it | |
356 | 356 | | --------------------------- | --------------------------------- | ------ | |
357 | | -| Explicit setup | [source code](https://github.com/googleapis/nodejs-error-reporting/blob/master/samples/explicitSetup.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-error-reporting&page=editor&open_in_editor=samples/explicitSetup.js,samples/README.md) | |
358 | | -| Express integration | [source code](https://github.com/googleapis/nodejs-error-reporting/blob/master/samples/express.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-error-reporting&page=editor&open_in_editor=samples/express.js,samples/README.md) | |
359 | | -| Implicit setup | [source code](https://github.com/googleapis/nodejs-error-reporting/blob/master/samples/implicitSetup.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-error-reporting&page=editor&open_in_editor=samples/implicitSetup.js,samples/README.md) | |
360 | | -| Manual reporting | [source code](https://github.com/googleapis/nodejs-error-reporting/blob/master/samples/manual.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-error-reporting&page=editor&open_in_editor=samples/manual.js,samples/README.md) | |
361 | | -| Quickstart | [source code](https://github.com/googleapis/nodejs-error-reporting/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-error-reporting&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) | |
| 357 | +| Explicit setup | [source code](https://github.com/googleapis/nodejs-error-reporting/blob/main/samples/explicitSetup.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-error-reporting&page=editor&open_in_editor=samples/explicitSetup.js,samples/README.md) | |
| 358 | +| Express integration | [source code](https://github.com/googleapis/nodejs-error-reporting/blob/main/samples/express.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-error-reporting&page=editor&open_in_editor=samples/express.js,samples/README.md) | |
| 359 | +| Implicit setup | [source code](https://github.com/googleapis/nodejs-error-reporting/blob/main/samples/implicitSetup.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-error-reporting&page=editor&open_in_editor=samples/implicitSetup.js,samples/README.md) | |
| 360 | +| Manual reporting | [source code](https://github.com/googleapis/nodejs-error-reporting/blob/main/samples/manual.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-error-reporting&page=editor&open_in_editor=samples/manual.js,samples/README.md) | |
| 361 | +| Quickstart | [source code](https://github.com/googleapis/nodejs-error-reporting/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-error-reporting&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) | |
362 | 362 |
|
363 | 363 |
|
364 | 364 |
|
@@ -406,19 +406,19 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages] |
406 | 406 |
|
407 | 407 | ## Contributing |
408 | 408 |
|
409 | | -Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-error-reporting/blob/master/CONTRIBUTING.md). |
| 409 | +Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-error-reporting/blob/main/CONTRIBUTING.md). |
410 | 410 |
|
411 | 411 | Please note that this `README.md`, the `samples/README.md`, |
412 | 412 | and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`) |
413 | 413 | are generated from a central template. To edit one of these files, make an edit |
414 | | -to its template in this |
415 | | -[directory](https://github.com/googleapis/synthtool/tree/master/synthtool/gcp/templates/node_library). |
| 414 | +to its templates in |
| 415 | +[directory](https://github.com/googleapis/synthtool). |
416 | 416 |
|
417 | 417 | ## License |
418 | 418 |
|
419 | 419 | Apache Version 2.0 |
420 | 420 |
|
421 | | -See [LICENSE](https://github.com/googleapis/nodejs-error-reporting/blob/master/LICENSE) |
| 421 | +See [LICENSE](https://github.com/googleapis/nodejs-error-reporting/blob/main/LICENSE) |
422 | 422 |
|
423 | 423 | [client-docs]: https://cloud.google.com/nodejs/docs/reference/error-reporting/latest |
424 | 424 | [product-docs]: https://cloud.google.com/error-reporting |
|
0 commit comments