Skip to content

Commit

Permalink
docs: Fixed broken links in the reference documentation
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 315023125
  • Loading branch information
Google APIs authored and copybara-github committed Jun 6, 2020
1 parent 40a354b commit dd244bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google/container/v1/cluster_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2087,7 +2087,7 @@ message NodePool {
NodeConfig config = 2;

// The initial node count for the pool. You must ensure that your
// Compute Engine <a href="/compute/docs/resource-quotas">resource quota</a>
// 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;
Expand Down
2 changes: 1 addition & 1 deletion google/container/v1beta1/cluster_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2376,7 +2376,7 @@ message NodePool {
NodeConfig config = 2;

// The initial node count for the pool. You must ensure that your
// Compute Engine <a href="/compute/docs/resource-quotas">resource quota</a>
// 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;
Expand Down

0 comments on commit dd244bb

Please sign in to comment.