Skip to content

Commit df259be

Browse files
docs(build): Fixed product documentation link (googleapis#26043)
1 parent 648cd41 commit df259be

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

google-cloud-build/.repo-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"language": "ruby",
88
"name": "cloudbuild",
99
"name_pretty": "Cloud Build API",
10-
"product_documentation": "https://cloud.google.com/cloud-build",
10+
"product_documentation": "https://cloud.google.com/build/docs",
1111
"release_level": "stable",
1212
"repo": "googleapis/google-cloud-ruby",
1313
"requires_billing": true,
1414
"ruby-cloud-description": "Cloud Build is a service that executes your builds on Google Cloud Platform infrastructure. Cloud Build can import source code from Google Cloud Storage, Cloud Source Repositories, GitHub, or Bitbucket, execute a build to your specifications, and produce artifacts such as Docker containers or Java archives.",
1515
"ruby-cloud-env-prefix": "CLOUD_BUILD",
16-
"ruby-cloud-product-url": "https://cloud.google.com/cloud-build",
16+
"ruby-cloud-product-url": "https://cloud.google.com/build/docs",
1717
"library_type": "GAPIC_MANUAL"
1818
}

google-cloud-build/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ themselves can be found in the client library documentation for the versioned
1818
client gems:
1919
[google-cloud-build-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-build-v1/latest).
2020

21-
See also the [Product Documentation](https://cloud.google.com/cloud-build)
21+
See also the [Product Documentation](https://cloud.google.com/build/docs)
2222
for more usage information.
2323

2424
## Quick Start

0 commit comments

Comments
 (0)