Skip to content

Commit 2f1e9f9

Browse files
docs: change relative URLs to absolute URLs to fix broken links. (#396)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/041f5df7-f5d3-4b2a-9ede-0752bf41c185/targets PiperOrigin-RevId: 314442049 Source-Link: googleapis/googleapis@8be3770
1 parent cb41717 commit 2f1e9f9

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

packages/google-cloud-redis/protos/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];

packages/google-cloud-redis/protos/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];

packages/google-cloud-redis/src/v1/cloud_redis_client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ export class CloudRedisClient {
533533
* Creates a Redis instance based on the specified tier and memory size.
534534
*
535535
* By default, the instance is accessible from the project's
536-
* [default network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks).
536+
* [default network](https://cloud.google.com/vpc/docs/vpc).
537537
*
538538
* The creation is executed asynchronously and callers may check the returned
539539
* operation to track its progress. Once the operation is completed the Redis

packages/google-cloud-redis/src/v1beta1/cloud_redis_client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ export class CloudRedisClient {
547547
* Creates a Redis instance based on the specified tier and memory size.
548548
*
549549
* By default, the instance is accessible from the project's
550-
* [default network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks).
550+
* [default network](https://cloud.google.com/vpc/docs/vpc).
551551
*
552552
* The creation is executed asynchronously and callers may check the returned
553553
* operation to track its progress. Once the operation is completed the Redis

packages/google-cloud-redis/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "6dfd72d028a0d0a43764e060f7b15e004385c3a1",
15-
"internalRef": "310168181"
14+
"sha": "8be3770465a6cf19bea97a84b3e82b113b0239b6",
15+
"internalRef": "314442049"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)