Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
docs: Fixed broken links in the reference documentation (#183)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/877c1c2f-5fbf-48be-9855-8cc009788f1a/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 315023125
Source-Link: googleapis/googleapis@dd244bb
  • Loading branch information
yoshi-automation committed Jun 11, 2020
1 parent b4fe079 commit ccfdc18
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Expand Up @@ -611,7 +611,7 @@ public com.google.container.v1.NodeConfigOrBuilder getConfigOrBuilder() {
*
* <pre>
* The initial node count for the pool. You must ensure that your
* Compute Engine &lt;a href="/compute/docs/resource-quotas"&gt;resource quota&lt;/a&gt;
* 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.
* </pre>
Expand Down Expand Up @@ -2023,7 +2023,7 @@ public com.google.container.v1.NodeConfigOrBuilder getConfigOrBuilder() {
*
* <pre>
* The initial node count for the pool. You must ensure that your
* Compute Engine &lt;a href="/compute/docs/resource-quotas"&gt;resource quota&lt;/a&gt;
* 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.
* </pre>
Expand All @@ -2041,7 +2041,7 @@ public int getInitialNodeCount() {
*
* <pre>
* The initial node count for the pool. You must ensure that your
* Compute Engine &lt;a href="/compute/docs/resource-quotas"&gt;resource quota&lt;/a&gt;
* 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.
* </pre>
Expand All @@ -2062,7 +2062,7 @@ public Builder setInitialNodeCount(int value) {
*
* <pre>
* The initial node count for the pool. You must ensure that your
* Compute Engine &lt;a href="/compute/docs/resource-quotas"&gt;resource quota&lt;/a&gt;
* 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.
* </pre>
Expand Down
Expand Up @@ -88,7 +88,7 @@ public interface NodePoolOrBuilder
*
* <pre>
* The initial node count for the pool. You must ensure that your
* Compute Engine &lt;a href="/compute/docs/resource-quotas"&gt;resource quota&lt;/a&gt;
* 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.
* </pre>
Expand Down
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
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -11,8 +11,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "c77929eb8d6c7d6238f585cb9ee9d364893f9ed4",
"internalRef": "314788929"
"sha": "dd244bb3a5023a4a9290b21dae6b99020c026123",
"internalRef": "315023125"
}
},
{
Expand Down

0 comments on commit ccfdc18

Please sign in to comment.