Skip to content

Commit 8be3770

Browse files
Google APIscopybara-github
authored andcommitted
docs: change relative URLs to absolute URLs to fix broken links.
PiperOrigin-RevId: 314442049
1 parent 55094be commit 8be3770

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

google/cloud/redis/v1/cloud_redis.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ service CloudRedis {
7575
// Creates a Redis instance based on the specified tier and memory size.
7676
//
7777
// By default, the instance is accessible from the project's
78-
// [default network](/compute/docs/networks-and-firewalls#networks).
78+
// [default network](https://cloud.google.com/vpc/docs/vpc).
7979
//
8080
// The creation is executed asynchronously and callers may check the returned
8181
// operation to track its progress. Once the operation is completed the Redis
@@ -340,7 +340,7 @@ message Instance {
340340
int32 memory_size_gb = 18 [(google.api.field_behavior) = REQUIRED];
341341

342342
// Optional. The full name of the Google Compute Engine
343-
// [network](/compute/docs/networks-and-firewalls#networks) to which the
343+
// [network](https://cloud.google.com/vpc/docs/vpc) to which the
344344
// instance is connected. If left unspecified, the `default` network
345345
// will be used.
346346
string authorized_network = 20 [(google.api.field_behavior) = OPTIONAL];

google/cloud/redis/v1beta1/cloud_redis.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ service CloudRedis {
7575
// Creates a Redis instance based on the specified tier and memory size.
7676
//
7777
// By default, the instance is accessible from the project's
78-
// [default network](/compute/docs/networks-and-firewalls#networks).
78+
// [default network](https://cloud.google.com/vpc/docs/vpc).
7979
//
8080
// The creation is executed asynchronously and callers may check the returned
8181
// operation to track its progress. Once the operation is completed the Redis
@@ -354,7 +354,7 @@ message Instance {
354354
int32 memory_size_gb = 18 [(google.api.field_behavior) = REQUIRED];
355355

356356
// Optional. The full name of the Google Compute Engine
357-
// [network](/compute/docs/networks-and-firewalls#networks) to which the
357+
// [network](https://cloud.google.com/vpc/docs/vpc) to which the
358358
// instance is connected. If left unspecified, the `default` network
359359
// will be used.
360360
string authorized_network = 20 [(google.api.field_behavior) = OPTIONAL];

0 commit comments

Comments
 (0)