From dd244bb3a5023a4a9290b21dae6b99020c026123 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Fri, 5 Jun 2020 17:08:50 -0700 Subject: [PATCH] docs: Fixed broken links in the reference documentation PiperOrigin-RevId: 315023125 --- google/container/v1/cluster_service.proto | 2 +- google/container/v1beta1/cluster_service.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/google/container/v1/cluster_service.proto b/google/container/v1/cluster_service.proto index 6d915f3f2e821..6363fc9496dac 100644 --- a/google/container/v1/cluster_service.proto +++ b/google/container/v1/cluster_service.proto @@ -2087,7 +2087,7 @@ message NodePool { NodeConfig config = 2; // The initial node count for the pool. You must ensure that your - // Compute Engine resource quota + // Compute Engine [resource quota](https://cloud.google.com/compute/quotas) // is sufficient for this number of instances. You must also have available // firewall and routes quota. int32 initial_node_count = 3; diff --git a/google/container/v1beta1/cluster_service.proto b/google/container/v1beta1/cluster_service.proto index d6ab816ab56ed..f43de9df02fce 100644 --- a/google/container/v1beta1/cluster_service.proto +++ b/google/container/v1beta1/cluster_service.proto @@ -2376,7 +2376,7 @@ message NodePool { NodeConfig config = 2; // The initial node count for the pool. You must ensure that your - // Compute Engine resource quota + // Compute Engine [resource quota](https://cloud.google.com/compute/quotas) // is sufficient for this number of instances. You must also have available // firewall and routes quota. int32 initial_node_count = 3;