Skip to content

Commit

Permalink
docs: fix profiler link (#5325)
Browse files Browse the repository at this point in the history
After module splitting the pathing for docs changed.

Fixes: b/206461055
  • Loading branch information
codyoss committed Jan 19, 2022
1 parent 877f65d commit 132b660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/.repo-metadata-full.json
Expand Up @@ -1039,7 +1039,7 @@
"description": "Cloud Profiler",
"language": "Go",
"client_library_type": "manual",
"docs_url": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/latest/profiler",
"docs_url": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/profiler/latest",
"release_level": "ga",
"library_type": "AGENT"
},
Expand Down
2 changes: 1 addition & 1 deletion internal/gapicgen/generator/gapics.go
Expand Up @@ -442,7 +442,7 @@ var manualEntries = []manifestEntry{
Description: "Cloud Profiler",
Language: "Go",
ClientLibraryType: "manual",
DocsURL: "https://cloud.google.com/go/docs/reference/cloud.google.com/go/latest/profiler",
DocsURL: "https://cloud.google.com/go/docs/reference/cloud.google.com/go/profiler/latest",
ReleaseLevel: "ga",
LibraryType: AgentLibraryType,
},
Expand Down

0 comments on commit 132b660

Please sign in to comment.