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

docs: Fixed broken links in the reference documentation #183

Merged
merged 2 commits into from Jun 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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