Skip to content

Commit 7195007

Browse files
docs: fix links in comments (#346)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/94b5c3f0-0503-436d-9be8-c1804aaa194c/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 315023125 Source-Link: googleapis/googleapis@dd244bb PiperOrigin-RevId: 314788929 Source-Link: googleapis/googleapis@c77929e
1 parent 5cdd973 commit 7195007

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/google-container/protos/google/container/v1/cluster_service.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ message Cluster {
989989
string description = 2;
990990

991991
// The number of nodes to create in this cluster. You must ensure that your
992-
// Compute Engine <a href="/compute/docs/resource-quotas">resource quota</a>
992+
// Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
993993
// is sufficient for this number of instances. You must also have available
994994
// firewall and routes quota.
995995
// For requests, this field should only be used in lieu of a
@@ -2087,7 +2087,7 @@ message NodePool {
20872087
NodeConfig config = 2;
20882088

20892089
// The initial node count for the pool. You must ensure that your
2090-
// Compute Engine <a href="/compute/docs/resource-quotas">resource quota</a>
2090+
// Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
20912091
// is sufficient for this number of instances. You must also have available
20922092
// firewall and routes quota.
20932093
int32 initial_node_count = 3;

packages/google-container/synth.metadata

+2-2
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": "a3a0bf0f6291d69f2ff3df7fcd63d28ee20ac727",
15-
"internalRef": "310060413"
14+
"sha": "dd244bb3a5023a4a9290b21dae6b99020c026123",
15+
"internalRef": "315023125"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)