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;