Skip to content

Commit 0637ab3

Browse files
fix service name presentation in README (#635)
* fix service name presentation in README * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent adb7534 commit 0637ab3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "error-reporting",
3-
"name_pretty": "Cloud Error Reporting",
3+
"name_pretty": "Error Reporting",
44
"product_documentation": "https://cloud.google.com/error-reporting",
55
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/error-reporting/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559780",

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ accept your pull requests.
4040
### Before you begin
4141

4242
1. [Select or create a Cloud Platform project][projects].
43-
1. [Enable the Cloud Error Reporting API][enable_api].
43+
1. [Enable the Error Reporting API][enable_api].
4444
1. [Set up authentication with a service account][auth] so you can access the
4545
API from your local workstation.
4646

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[//]: # "To regenerate it, use `python -m synthtool`."
33
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>
44

5-
# [Cloud Error Reporting: Node.js Client](https://github.com/googleapis/nodejs-error-reporting)
5+
# [Error Reporting: Node.js Client](https://github.com/googleapis/nodejs-error-reporting)
66

77
[![release level](https://img.shields.io/badge/release%20level-preview-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/error-reporting.svg)](https://www.npmjs.org/package/@google-cloud/error-reporting)
@@ -18,8 +18,8 @@
1818
A comprehensive list of changes in each version may be found in
1919
[the CHANGELOG](https://github.com/googleapis/nodejs-error-reporting/blob/main/CHANGELOG.md).
2020

21-
* [Cloud Error Reporting Node.js Client API Reference][client-docs]
22-
* [Cloud Error Reporting Documentation][product-docs]
21+
* [Error Reporting Node.js Client API Reference][client-docs]
22+
* [Error Reporting Documentation][product-docs]
2323
* [github.com/googleapis/nodejs-error-reporting](https://github.com/googleapis/nodejs-error-reporting)
2424

2525
Read more about the client libraries for Cloud APIs, including the older
@@ -44,7 +44,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].
4444
### Before you begin
4545

4646
1. [Select or create a Cloud Platform project][projects].
47-
1. [Enable the Cloud Error Reporting API][enable_api].
47+
1. [Enable the Error Reporting API][enable_api].
4848
1. [Set up authentication with a service account][auth] so you can access the
4949
API from your local workstation.
5050

@@ -361,7 +361,7 @@ Samples are in the [`samples/`](https://github.com/googleapis/nodejs-error-repor
361361

362362

363363

364-
The [Cloud Error Reporting Node.js Client API Reference][client-docs] documentation
364+
The [Error Reporting Node.js Client API Reference][client-docs] documentation
365365
also contains samples.
366366

367367
## Supported Node.js Versions

samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[//]: # "To regenerate it, use `python -m synthtool`."
33
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>
44

5-
# [Cloud Error Reporting: Node.js Samples](https://github.com/googleapis/nodejs-error-reporting)
5+
# [Error Reporting: Node.js Samples](https://github.com/googleapis/nodejs-error-reporting)
66

77
[![Open in Cloud Shell][shell_img]][shell_link]
88

0 commit comments

Comments
 (0)