Skip to content

Commit

Permalink
docs: Update URL for profiler docs (#26010)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored May 30, 2024
1 parent 7aea117 commit 03fbcb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions google-cloud-profiler/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"language": "ruby",
"name": "cloudprofiler",
"name_pretty": "Cloud Profiler API",
"product_documentation": "https://cloud.google.com/profiler/",
"product_documentation": "https://cloud.google.com/profiler/docs",
"release_level": "stable",
"repo": "googleapis/google-cloud-ruby",
"requires_billing": true,
"ruby-cloud-description": "Cloud Profiler is a statistical, low-overhead profiler that continuously gathers CPU usage and memory-allocation information from your production applications. It attributes that information to the application's source code, helping you identify the parts of the application consuming the most resources, and otherwise illuminating the performance characteristics of the code.",
"ruby-cloud-env-prefix": "PROFILER",
"ruby-cloud-product-url": "https://cloud.google.com/profiler/",
"ruby-cloud-product-url": "https://cloud.google.com/profiler/docs",
"library_type": "GAPIC_MANUAL"
}
2 changes: 1 addition & 1 deletion google-cloud-profiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ themselves can be found in the client library documentation for the versioned
client gems:
[google-cloud-profiler-v2](https://cloud.google.com/ruby/docs/reference/google-cloud-profiler-v2/latest).

See also the [Product Documentation](https://cloud.google.com/profiler/)
See also the [Product Documentation](https://cloud.google.com/profiler/docs)
for more usage information.

## Quick Start
Expand Down

0 comments on commit 03fbcb6

Please sign in to comment.