Skip to content

Commit 364cb33

Browse files
committed
chore: exclude README.md from owlbot
1 parent 70cb8ca commit 364cb33

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

handwritten/error-reporting/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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-
# [Error Reporting: Node.js Client](https://github.com/googleapis/google-cloud-node/tree/main/handwritten/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-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
8-
[![npm version](https://img.shields.io/npm/v/@google-cloud/error-reporting.svg)](https://www.npmjs.com/package/@google-cloud/error-reporting)
8+
[![npm version](https://img.shields.io/npm/v/@google-cloud/error-reporting.svg)](https://www.npmjs.org/package/@google-cloud/error-reporting)
99

1010

1111

@@ -16,11 +16,11 @@
1616

1717

1818
A comprehensive list of changes in each version may be found in
19-
[the CHANGELOG](https://github.com/googleapis/google-cloud-node/tree/main/handwritten/error-reporting/CHANGELOG.md).
19+
[the CHANGELOG](https://github.com/googleapis/nodejs-error-reporting/blob/main/CHANGELOG.md).
2020

2121
* [Error Reporting Node.js Client API Reference][client-docs]
2222
* [Error Reporting Documentation][product-docs]
23-
* [github.com/googleapis/google-cloud-node/handwritten/error-reporting](https://github.com/googleapis/google-cloud-node/tree/main/handwritten/error-reporting)
23+
* [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
2626
Google APIs Client Libraries, in [Client Libraries Explained][explained].
@@ -132,7 +132,7 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]
132132

133133
## Contributing
134134

135-
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/google-cloud-node/blob/main/CONTRIBUTING.md).
135+
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-error-reporting/blob/main/CONTRIBUTING.md).
136136

137137
Please note that this `README.md`, the `samples/README.md`,
138138
and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)
@@ -144,7 +144,7 @@ to its templates in
144144

145145
Apache Version 2.0
146146

147-
See [LICENSE](https://github.com/googleapis/google-cloud-node/blob/main/LICENSE)
147+
See [LICENSE](https://github.com/googleapis/nodejs-error-reporting/blob/main/LICENSE)
148148

149149
[client-docs]: https://cloud.google.com/nodejs/docs/reference/error-reporting/latest
150150
[product-docs]: https://cloud.google.com/error-reporting

handwritten/error-reporting/owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
common_templates = gcp.CommonTemplates()
2424
templates = common_templates.node_mono_repo_library(relative_dir="handwritten/error-reporting")
25-
s.copy(templates, destination="handwritten/error-reporting")
25+
s.copy(templates, destination="handwritten/error-reporting", excludes=["README.md"])
2626
node.fix_hermetic(relative_dir="handwritten/error-reporting")
2727

2828

0 commit comments

Comments
 (0)