Skip to content

Commit 59a3e6e

Browse files
committed
fix: references to google-cloud-node
1 parent bdf6f63 commit 59a3e6e

File tree

9 files changed

+19
-21
lines changed

9 files changed

+19
-21
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ body:
1717
guides.
1818
options:
1919
- label: "Search the issues already opened:
20-
https://github.com/GoogleCloudPlatform/google-cloud-node/issues"
20+
https://github.com/googleapis/google-cloud-node-core/issues"
2121
required: true
2222
- label: "Search StackOverflow:
2323
http://stackoverflow.com/questions/tagged/google-cloud-platform+nod\
2424
e.js"
2525
required: true
2626
- label: "Check our Troubleshooting guide:
27-
https://github.com/googleapis/google-cloud-node/blob/main/docs/trou\
27+
https://github.com/googleapis/google-cloud-node-core/blob/main/docs/trou\
2828
bleshooting.md"
2929
required: true
3030
- label: "Check our FAQ:
31-
https://github.com/googleapis/google-cloud-node/blob/main/docs/faq.\
31+
https://github.com/googleapis/google-cloud-node-core/blob/main/docs/faq.\
3232
md"
3333
required: true
3434
- label: "Check our libraries HOW-TO:

.github/ISSUE_TEMPLATE/documentation_request.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,13 @@ body:
2525
guides.
2626
options:
2727
- label: "Search the issues already opened:
28-
https://github.com/GoogleCloudPlatform/google-cloud-node/issues"
28+
https://github.com/googleapis/google-cloud-node-core/issues"
2929
required: true
3030
- label: "Check our Troubleshooting guide:
31-
https://googlecloudplatform.github.io/google-cloud-node/#/docs/guid\
32-
es/troubleshooting"
31+
https://github.com/googleapis/google-cloud-node-core/blob/main/docs/troubleshooting.md"
3332
required: true
3433
- label: "Check our FAQ:
35-
https://googlecloudplatform.github.io/google-cloud-node/#/docs/guid\
36-
es/faq"
34+
https://github.com/googleapis/google-cloud-node-core/blob/main/docs/faq.md"
3735
required: true
3836
- label: "Check our libraries HOW-TO:
3937
https://github.com/googleapis/gax-nodejs/blob/main/client-libraries\

.github/ISSUE_TEMPLATE/questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ about: If you have a question, please use Discussions
44

55
---
66

7-
If you have a general question that goes beyond the library itself, we encourage you to use [Discussions](https://github.com/googleapis/google-cloud-node/discussions)
7+
If you have a general question that goes beyond the library itself, we encourage you to use [Discussions](https://github.com/googleapis/google-cloud-node-core/discussions)
88
to engage with fellow community members!

.github/release-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
enabled: true
2-
multiScmName: google-cloud-node
2+
multiScmName: google-cloud-node-core

.github/scripts/close-invalid-link.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async function closeIssue(github, owner, repo, number) {
2222
owner: owner,
2323
repo: repo,
2424
issue_number: number,
25-
body: "Issue was opened with an invalid reproduction link. Please make sure the repository is a valid, publicly-accessible github repository, and make sure the url is complete (example: https://github.com/googleapis/google-cloud-node)"
25+
body: "Issue was opened with an invalid reproduction link. Please make sure the repository is a valid, publicly-accessible github repository, and make sure the url is complete (example: https://github.com/googleapis/google-cloud-node-core)"
2626
});
2727
await github.rest.issues.update({
2828
owner: owner,

.github/scripts/fixtures/invalidIssueBody.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### Please make sure you have searched for information in the following guides.
22

3-
- [X] Search the issues already opened: https://github.com/GoogleCloudPlatform/google-cloud-node/issues
3+
- [X] Search the issues already opened: https://github.com/googleapis/google-cloud-node-core/issues
44
- [X] Search StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js
5-
- [X] Check our Troubleshooting guide: https://googlecloudplatform.github.io/google-cloud-node/#/docs/guides/troubleshooting
6-
- [X] Check our FAQ: https://googlecloudplatform.github.io/google-cloud-node/#/docs/guides/faq
5+
- [X] Check our Troubleshooting guide: https://github.com/googleapis/google-cloud-node-core/blob/main/docs/faq.md
6+
- [X] Check our FAQ: https://github.com/googleapis/google-cloud-node-core/blob/main/docs/troubleshooting.md
77
- [X] Check our libraries HOW-TO: https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md
88
- [X] Check out our authentication guide: https://github.com/googleapis/google-auth-library-nodejs
99
- [X] Check out handwritten samples for many of our APIs: https://github.com/GoogleCloudPlatform/nodejs-docs-samples

.github/scripts/fixtures/validIssueBody.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### Please make sure you have searched for information in the following guides.
22

3-
- [X] Search the issues already opened: https://github.com/GoogleCloudPlatform/google-cloud-node/issues
3+
- [X] Search the issues already opened: https://github.com/googleapis/google-cloud-node-core/issues
44
- [X] Search StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js
5-
- [X] Check our Troubleshooting guide: https://googlecloudplatform.github.io/google-cloud-node/#/docs/guides/troubleshooting
6-
- [X] Check our FAQ: https://googlecloudplatform.github.io/google-cloud-node/#/docs/guides/faq
5+
- [X] Check our Troubleshooting guide: https://github.com/googleapis/google-cloud-node-core/blob/main/docs/faq.md
6+
- [X] Check our FAQ: https://github.com/googleapis/google-cloud-node-core/blob/main/docs/troubleshooting.md
77
- [X] Check our libraries HOW-TO: https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md
88
- [X] Check out our authentication guide: https://github.com/googleapis/google-auth-library-nodejs
99
- [X] Check out handwritten samples for many of our APIs: https://github.com/GoogleCloudPlatform/nodejs-docs-samples

.github/scripts/fixtures/validIssueBodyDifferentLinkLocation.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### Please make sure you have searched for information in the following guides.
22

3-
- [X] Search the issues already opened: https://github.com/GoogleCloudPlatform/google-cloud-node/issues
3+
- [X] Search the issues already opened: https://github.com/googleapis/google-cloud-node-core/issues
44
- [X] Search StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js
5-
- [X] Check our Troubleshooting guide: https://googlecloudplatform.github.io/google-cloud-node/#/docs/guides/troubleshooting
6-
- [X] Check our FAQ: https://googlecloudplatform.github.io/google-cloud-node/#/docs/guides/faq
5+
- [X] Check our Troubleshooting guide: https://github.com/googleapis/google-cloud-node-core/blob/main/docs/faq.md
6+
- [X] Check our FAQ: https://github.com/googleapis/google-cloud-node-core/blob/main/docs/troubleshooting.md
77
- [X] Check our libraries HOW-TO: https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md
88
- [X] Check out our authentication guide: https://github.com/googleapis/google-auth-library-nodejs
99
- [X] Check out handwritten samples for many of our APIs: https://github.com/GoogleCloudPlatform/nodejs-docs-samples

.github/workflows/update-api-list.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
command: pr
2323
force: true
2424
upstream_owner: googleapis
25-
upstream_repo: google-cloud-node
25+
upstream_repo: google-cloud-node-core
2626
description: 'Update the list of available APIs in the README.'
2727
title: 'docs: update the list of available APIs'
2828
message: 'docs: update the list of available APIs'

0 commit comments

Comments
 (0)