Skip to content

Commit fd6935f

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix remaining broken links
PiperOrigin-RevId: 443508623
1 parent d4dd268 commit fd6935f

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

google/api/servicemanagement/v1/servicemanager.proto

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -303,15 +303,15 @@ message CreateServiceRequest {
303303
// Request message for DeleteService method.
304304
message DeleteServiceRequest {
305305
// Required. The name of the service. See the
306-
// [overview](/service-management/overview) for naming requirements. For
306+
// [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
307307
// example: `example.googleapis.com`.
308308
string service_name = 1 [(google.api.field_behavior) = REQUIRED];
309309
}
310310

311311
// Request message for UndeleteService method.
312312
message UndeleteServiceRequest {
313313
// Required. The name of the service. See the
314-
// [overview](/service-management/overview) for naming requirements. For
314+
// [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
315315
// example: `example.googleapis.com`.
316316
string service_name = 1 [(google.api.field_behavior) = REQUIRED];
317317
}
@@ -336,7 +336,7 @@ message GetServiceConfigRequest {
336336
}
337337

338338
// Required. The name of the service. See the
339-
// [overview](/service-management/overview) for naming requirements. For
339+
// [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
340340
// example: `example.googleapis.com`.
341341
string service_name = 1 [(google.api.field_behavior) = REQUIRED];
342342

@@ -354,7 +354,7 @@ message GetServiceConfigRequest {
354354
// Request message for ListServiceConfigs method.
355355
message ListServiceConfigsRequest {
356356
// Required. The name of the service. See the
357-
// [overview](/service-management/overview) for naming requirements. For
357+
// [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
358358
// example: `example.googleapis.com`.
359359
string service_name = 1 [(google.api.field_behavior) = REQUIRED];
360360

@@ -378,7 +378,7 @@ message ListServiceConfigsResponse {
378378
// Request message for CreateServiceConfig method.
379379
message CreateServiceConfigRequest {
380380
// Required. The name of the service. See the
381-
// [overview](/service-management/overview) for naming requirements. For
381+
// [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
382382
// example: `example.googleapis.com`.
383383
string service_name = 1 [(google.api.field_behavior) = REQUIRED];
384384

@@ -390,7 +390,7 @@ message CreateServiceConfigRequest {
390390
// Request message for SubmitConfigSource method.
391391
message SubmitConfigSourceRequest {
392392
// Required. The name of the service. See the
393-
// [overview](/service-management/overview) for naming requirements. For
393+
// [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
394394
// example: `example.googleapis.com`.
395395
string service_name = 1 [(google.api.field_behavior) = REQUIRED];
396396

@@ -412,7 +412,7 @@ message SubmitConfigSourceResponse {
412412
// Request message for 'CreateServiceRollout'
413413
message CreateServiceRolloutRequest {
414414
// Required. The name of the service. See the
415-
// [overview](/service-management/overview) for naming requirements. For
415+
// [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
416416
// example: `example.googleapis.com`.
417417
string service_name = 1 [(google.api.field_behavior) = REQUIRED];
418418

@@ -423,7 +423,7 @@ message CreateServiceRolloutRequest {
423423
// Request message for 'ListServiceRollouts'
424424
message ListServiceRolloutsRequest {
425425
// Required. The name of the service. See the
426-
// [overview](/service-management/overview) for naming requirements. For
426+
// [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
427427
// example: `example.googleapis.com`.
428428
string service_name = 1 [(google.api.field_behavior) = REQUIRED];
429429

@@ -457,7 +457,7 @@ message ListServiceRolloutsResponse {
457457
// Request message for GetServiceRollout method.
458458
message GetServiceRolloutRequest {
459459
// Required. The name of the service. See the
460-
// [overview](/service-management/overview) for naming requirements. For
460+
// [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
461461
// example: `example.googleapis.com`.
462462
string service_name = 1 [(google.api.field_behavior) = REQUIRED];
463463

0 commit comments

Comments
 (0)