From 9c7a12d52a611a25212bb06b6364c49e85f49c5e Mon Sep 17 00:00:00 2001 From: The Magician Date: Wed, 13 Mar 2019 14:28:41 -0700 Subject: [PATCH] Update URLs in api.yml (#3228) /cc @rhalat --- website/docs/r/compute_backend_bucket.html.markdown | 2 +- website/docs/r/compute_disk.html.markdown | 2 +- website/docs/r/compute_firewall.html.markdown | 2 +- website/docs/r/compute_forwarding_rule.html.markdown | 2 +- website/docs/r/compute_global_address.html.markdown | 2 +- website/docs/r/compute_health_check.html.markdown | 2 +- website/docs/r/compute_http_health_check.html.markdown | 2 +- website/docs/r/compute_https_health_check.html.markdown | 2 +- website/docs/r/compute_image.html.markdown | 2 +- website/docs/r/compute_target_http_proxy.html.markdown | 2 +- website/docs/r/compute_target_https_proxy.html.markdown | 2 +- website/docs/r/compute_target_ssl_proxy.html.markdown | 2 +- website/docs/r/compute_target_tcp_proxy.html.markdown | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/website/docs/r/compute_backend_bucket.html.markdown b/website/docs/r/compute_backend_bucket.html.markdown index 8e20dd5f..90e92290 100644 --- a/website/docs/r/compute_backend_bucket.html.markdown +++ b/website/docs/r/compute_backend_bucket.html.markdown @@ -33,7 +33,7 @@ a virtual machine instance. To get more information about BackendBucket, see: -* [API documentation](https://cloud.google.com/compute/docs/reference/latest/backendBuckets) +* [API documentation](https://cloud.google.com/compute/docs/reference/v1/backendBuckets) * How-to Guides * [Using a Cloud Storage bucket as a load balancer backend](https://cloud.google.com/compute/docs/load-balancing/http/backend-bucket) diff --git a/website/docs/r/compute_disk.html.markdown b/website/docs/r/compute_disk.html.markdown index 55368e34..f49e1ccd 100644 --- a/website/docs/r/compute_disk.html.markdown +++ b/website/docs/r/compute_disk.html.markdown @@ -41,7 +41,7 @@ affordable storage with consistent performance characteristics. To get more information about Disk, see: -* [API documentation](https://cloud.google.com/compute/docs/reference/latest/disks) +* [API documentation](https://cloud.google.com/compute/docs/reference/v1/disks) * How-to Guides * [Adding a persistent disk](https://cloud.google.com/compute/docs/disks/add-persistent-disk) diff --git a/website/docs/r/compute_firewall.html.markdown b/website/docs/r/compute_firewall.html.markdown index 33d870f4..bad728dd 100644 --- a/website/docs/r/compute_firewall.html.markdown +++ b/website/docs/r/compute_firewall.html.markdown @@ -38,7 +38,7 @@ you need. To get more information about Firewall, see: -* [API documentation](https://cloud.google.com/compute/docs/reference/latest/firewalls) +* [API documentation](https://cloud.google.com/compute/docs/reference/v1/firewalls) * How-to Guides * [Official Documentation](https://cloud.google.com/vpc/docs/firewalls) diff --git a/website/docs/r/compute_forwarding_rule.html.markdown b/website/docs/r/compute_forwarding_rule.html.markdown index fce9afbb..eddb9312 100644 --- a/website/docs/r/compute_forwarding_rule.html.markdown +++ b/website/docs/r/compute_forwarding_rule.html.markdown @@ -28,7 +28,7 @@ of target virtual machines to forward a packet to if it matches the given To get more information about ForwardingRule, see: -* [API documentation](https://cloud.google.com/compute/docs/reference/latest/forwardingRule) +* [API documentation](https://cloud.google.com/compute/docs/reference/v1/forwardingRule) * How-to Guides * [Official Documentation](https://cloud.google.com/compute/docs/load-balancing/network/forwarding-rules) diff --git a/website/docs/r/compute_global_address.html.markdown b/website/docs/r/compute_global_address.html.markdown index 1a642202..4ccc9f65 100644 --- a/website/docs/r/compute_global_address.html.markdown +++ b/website/docs/r/compute_global_address.html.markdown @@ -27,7 +27,7 @@ HTTP(S) load balancing. To get more information about GlobalAddress, see: -* [API documentation](https://cloud.google.com/compute/docs/reference/latest/globalAddresses) +* [API documentation](https://cloud.google.com/compute/docs/reference/v1/globalAddresses) * How-to Guides * [Reserving a Static External IP Address](https://cloud.google.com/compute/docs/ip-addresses/reserve-static-external-ip-address) diff --git a/website/docs/r/compute_health_check.html.markdown b/website/docs/r/compute_health_check.html.markdown index 0091443b..25043bf3 100644 --- a/website/docs/r/compute_health_check.html.markdown +++ b/website/docs/r/compute_health_check.html.markdown @@ -36,7 +36,7 @@ healthy again and can receive new connections. To get more information about HealthCheck, see: -* [API documentation](https://cloud.google.com/compute/docs/reference/rest/latest/healthChecks) +* [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks) * How-to Guides * [Official Documentation](https://cloud.google.com/load-balancing/docs/health-checks) diff --git a/website/docs/r/compute_http_health_check.html.markdown b/website/docs/r/compute_http_health_check.html.markdown index 364f4701..8df04578 100644 --- a/website/docs/r/compute_http_health_check.html.markdown +++ b/website/docs/r/compute_http_health_check.html.markdown @@ -34,7 +34,7 @@ which still require the legacy version. To get more information about HttpHealthCheck, see: -* [API documentation](https://cloud.google.com/compute/docs/reference/latest/httpHealthChecks) +* [API documentation](https://cloud.google.com/compute/docs/reference/v1/httpHealthChecks) * How-to Guides * [Adding Health Checks](https://cloud.google.com/compute/docs/load-balancing/health-checks#legacy_health_checks) diff --git a/website/docs/r/compute_https_health_check.html.markdown b/website/docs/r/compute_https_health_check.html.markdown index e0bcd1bf..3db6a52a 100644 --- a/website/docs/r/compute_https_health_check.html.markdown +++ b/website/docs/r/compute_https_health_check.html.markdown @@ -34,7 +34,7 @@ which still require the legacy version. To get more information about HttpsHealthCheck, see: -* [API documentation](https://cloud.google.com/compute/docs/reference/latest/httpsHealthChecks) +* [API documentation](https://cloud.google.com/compute/docs/reference/v1/httpsHealthChecks) * How-to Guides * [Adding Health Checks](https://cloud.google.com/compute/docs/load-balancing/health-checks#legacy_health_checks) diff --git a/website/docs/r/compute_image.html.markdown b/website/docs/r/compute_image.html.markdown index b82a2589..c088af7d 100644 --- a/website/docs/r/compute_image.html.markdown +++ b/website/docs/r/compute_image.html.markdown @@ -41,7 +41,7 @@ to create an instance. To get more information about Image, see: -* [API documentation](https://cloud.google.com/compute/docs/reference/latest/images) +* [API documentation](https://cloud.google.com/compute/docs/reference/v1/images) * How-to Guides * [Official Documentation](https://cloud.google.com/compute/docs/images) diff --git a/website/docs/r/compute_target_http_proxy.html.markdown b/website/docs/r/compute_target_http_proxy.html.markdown index 52134ac0..23c1a58a 100644 --- a/website/docs/r/compute_target_http_proxy.html.markdown +++ b/website/docs/r/compute_target_http_proxy.html.markdown @@ -28,7 +28,7 @@ forwarding rule to route incoming HTTP requests to a URL map. To get more information about TargetHttpProxy, see: -* [API documentation](https://cloud.google.com/compute/docs/reference/latest/targetHttpProxies) +* [API documentation](https://cloud.google.com/compute/docs/reference/v1/targetHttpProxies) * How-to Guides * [Official Documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies) diff --git a/website/docs/r/compute_target_https_proxy.html.markdown b/website/docs/r/compute_target_https_proxy.html.markdown index 400ac691..de017d19 100644 --- a/website/docs/r/compute_target_https_proxy.html.markdown +++ b/website/docs/r/compute_target_https_proxy.html.markdown @@ -28,7 +28,7 @@ global forwarding rule to route incoming HTTPS requests to a URL map. To get more information about TargetHttpsProxy, see: -* [API documentation](https://cloud.google.com/compute/docs/reference/latest/targetHttpsProxies) +* [API documentation](https://cloud.google.com/compute/docs/reference/v1/targetHttpsProxies) * How-to Guides * [Official Documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies) diff --git a/website/docs/r/compute_target_ssl_proxy.html.markdown b/website/docs/r/compute_target_ssl_proxy.html.markdown index b6312c88..f89a30a7 100644 --- a/website/docs/r/compute_target_ssl_proxy.html.markdown +++ b/website/docs/r/compute_target_ssl_proxy.html.markdown @@ -30,7 +30,7 @@ service. To get more information about TargetSslProxy, see: -* [API documentation](https://cloud.google.com/compute/docs/reference/latest/targetSslProxies) +* [API documentation](https://cloud.google.com/compute/docs/reference/v1/targetSslProxies) * How-to Guides * [Setting Up SSL proxy for Google Cloud Load Balancing](https://cloud.google.com/compute/docs/load-balancing/tcp-ssl/) diff --git a/website/docs/r/compute_target_tcp_proxy.html.markdown b/website/docs/r/compute_target_tcp_proxy.html.markdown index 49d77bc4..7c05c618 100644 --- a/website/docs/r/compute_target_tcp_proxy.html.markdown +++ b/website/docs/r/compute_target_tcp_proxy.html.markdown @@ -30,7 +30,7 @@ service. To get more information about TargetTcpProxy, see: -* [API documentation](https://cloud.google.com/compute/docs/reference/latest/targetTcpProxies) +* [API documentation](https://cloud.google.com/compute/docs/reference/v1/targetTcpProxies) * How-to Guides * [Setting Up TCP proxy for Google Cloud Load Balancing](https://cloud.google.com/compute/docs/load-balancing/tcp-ssl/tcp-proxy)