Skip to content

Commit fc30afe

Browse files
docs: fixed broken links (#198)
PiperOrigin-RevId: 384731479 Source-Link: googleapis/googleapis@56ffafc Source-Link: googleapis/googleapis-gen@954d798
1 parent fc784bf commit fc30afe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/google-monitoring-dashboard/protos/google/monitoring/dashboard/v1/dashboards_service.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ service DashboardsService {
4141
"https://www.googleapis.com/auth/monitoring.read,"
4242
"https://www.googleapis.com/auth/monitoring.write";
4343

44-
// 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).
45-
// This method requires the `monitoring.dashboards.create` permission on the specified project. For more information about permissions, see [Cloud Identity and Access Management](/iam).
44+
// 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).
45+
// 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).
4646
rpc CreateDashboard(CreateDashboardRequest) returns (Dashboard) {
4747
option (google.api.http) = {
4848
post: "/v1/{parent=projects/*}/dashboards"

packages/google-monitoring-dashboard/src/v1/dashboards_service_client.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ export class DashboardsServiceClient {
347347
>
348348
): void;
349349
/**
350-
* 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).
351-
* This method requires the `monitoring.dashboards.create` permission on the specified project. For more information about permissions, see [Cloud Identity and Access Management](/iam).
350+
* 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).
351+
* 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).
352352
*
353353
* @param {Object} request
354354
* The request object that will be sent.

0 commit comments

Comments
 (0)