Skip to content

Commit ae2e779

Browse files
fix: links pointing to old repo (#38)
1 parent 32ecf97 commit ae2e779

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

dev-packages/pack-n-play/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"language": "nodejs",
66
"repo": "googleapis/google-cloud-node-core",
77
"distribution_name": "pack-n-play",
8-
"client_documentation": "https://github.com/googleapis/pack-n-play",
8+
"client_documentation": "https://github.com/googleapis/google-cloud-node-core/tree/main/dev-packages/pack-n-play",
99
"library_type": "OTHER"
1010
}

dev-packages/pack-n-play/README.md

Lines changed: 6 additions & 6 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-
# [Pack-N-Play: Node.js Client](https://github.com/googleapis/pack-n-play)
5+
# [Pack-N-Play: Node.js Client](https://github.com/googleapis/google-cloud-node-core/tree/main/dev-packages/pack-n-play)
66

77
[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
88
[![npm version](https://img.shields.io/npm/v/pack-n-play.svg)](https://www.npmjs.org/package/pack-n-play)
@@ -14,11 +14,11 @@ Ensure your library installs and compiles
1414

1515

1616
A comprehensive list of changes in each version may be found in
17-
[the CHANGELOG](https://github.com/googleapis/pack-n-play/blob/main/CHANGELOG.md).
17+
[the CHANGELOG](https://github.com/googleapis/google-cloud-node-core/blob/main/dev-packages/pack-n-play/CHANGELOG.md).
1818

1919
* [Pack-N-Play Node.js Client API Reference][client-docs]
2020

21-
* [github.com/googleapis/pack-n-play](https://github.com/googleapis/pack-n-play)
21+
* [github.com/googleapis/google-cloud-node-core/tree/main/dev-packages/pack-n-play](https://github.com/googleapis/google-cloud-node-core/tree/main/dev-packages/pack-n-play)
2222

2323
Read more about the client libraries for Cloud APIs, including the older
2424
Google APIs Client Libraries, in [Client Libraries Explained][explained].
@@ -95,7 +95,7 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]
9595

9696
## Contributing
9797

98-
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/pack-n-play/blob/main/CONTRIBUTING.md).
98+
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/google-cloud-node-core/blob/main/dev-packages/pack-n-play/CONTRIBUTING.md).
9999

100100
Please note that this `README.md`, the `samples/README.md`,
101101
and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)
@@ -107,9 +107,9 @@ to its templates in
107107

108108
Apache Version 2.0
109109

110-
See [LICENSE](https://github.com/googleapis/pack-n-play/blob/main/LICENSE)
110+
See [LICENSE](https://github.com/googleapis/google-cloud-node-core/blob/main/dev-packages/pack-n-play/LICENSE)
111111

112-
[client-docs]: https://github.com/googleapis/pack-n-play
112+
[client-docs]: https://github.com/googleapis/google-cloud-node-core/tree/main/dev-packages/pack-n-play
113113

114114
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
115115
[projects]: https://console.cloud.google.com/project

dev-packages/pack-n-play/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@
6161
"build/test"
6262
]
6363
},
64-
"homepage": "https://github.com/googleapis/google-cloud-node-core/tree/main/packages/pack-n-play"
64+
"homepage": "https://github.com/googleapis/google-cloud-node-core/tree/main/dev-packages/pack-n-play"
6565
}

0 commit comments

Comments
 (0)