Skip to content

Commit 4f5e3ae

Browse files
Google APIscopybara-github
Google APIs
authored andcommitted
build: update links from relative to absolute to pass docs tests
PiperOrigin-RevId: 363712862
1 parent cd26fbc commit 4f5e3ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/monitoring/dashboard/v1/dashboards_service.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ service DashboardsService {
4040
"https://www.googleapis.com/auth/monitoring.read,"
4141
"https://www.googleapis.com/auth/monitoring.write";
4242

43-
// Creates a new custom dashboard. For examples on how you can use this API to create dashboards, see [Managing dashboards by API](/monitoring/dashboards/api-dashboard).
44-
// This method requires the `monitoring.dashboards.create` permission on the specified project. For more information about permissions, see [Cloud Identity and Access Management](/iam).
43+
// Creates a new custom dashboard. For examples on how you can use this API to create dashboards, see [Managing dashboards by API](https://cloud.google.com/monitoring/dashboards/api-dashboard).
44+
// This method requires the `monitoring.dashboards.create` permission on the specified project. For more information about permissions, see [Cloud Identity and Access Management](https://cloud.google.com/iam).
4545
rpc CreateDashboard(CreateDashboardRequest) returns (Dashboard) {
4646
option (google.api.http) = {
4747
post: "/v1/{parent=projects/*}/dashboards"

0 commit comments

Comments
 (0)