Skip to content

Commit a3c7b76

Browse files
authored
docs(lb): fix dead links (#1942)
1 parent 5e2b109 commit a3c7b76

10 files changed

+12
-12
lines changed

docs/data-sources/lb_backend.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_lb_backend"
66
# scaleway_lb_backend
77

88
Get information about Scaleway Load-Balancer Backends.
9-
For more information, see [the documentation](https://developers.scaleway.com/en/products/lb/zoned_api/#backends-cbf4eb).
9+
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-backends).
1010

1111
## Example Usage
1212

docs/data-sources/lb_certificate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Get information about Scaleway Load-Balancer Certificates.
99

1010
This data source can prove useful when a module accepts an LB Certificate as an input variable and needs to, for example, determine the security of a certificate for your LB Frontend associated with your domain, etc.
1111

12-
For more information, see [the documentation](https://developers.scaleway.com/en/products/lb/zoned_api/#certificate-330754).
12+
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-certificate).
1313

1414
## Examples
1515

docs/data-sources/lb_frontend.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_lb_frontend"
66
# scaleway_lb_frontend
77

88
Get information about Scaleway Load-Balancer Frontends.
9-
For more information, see [the documentation](https://developers.scaleway.com/en/products/lb/zoned_api/#frontends-a6a28d).
9+
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-frontends).
1010

1111
## Example Usage
1212

docs/data-sources/lb_route.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_lb_route"
66
# scaleway_lb_route
77

88
Get information about Scaleway Load-Balancer Routes.
9-
For more information, see [the documentation](https://developers.scaleway.com/en/products/lb/zoned_api/#route-ff94b7).
9+
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-route).
1010

1111
## Example Usage
1212

docs/resources/lb.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_lb"
66
# scaleway_lb
77

88
Creates and manages Scaleway Load-Balancers.
9-
For more information, see [the documentation](https://developers.scaleway.com/en/products/lb/zoned_api).
9+
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api).
1010

1111
## Examples
1212

@@ -115,7 +115,7 @@ The following arguments are supported:
115115

116116
- `release_ip` - (Defaults to false) The release_ip allow release the ip address associated with the load-balancers.
117117

118-
- `ssl_compatibility_level` - (Optional) Enforces minimal SSL version (in SSL/TLS offloading context). Please check [possible values](https://developers.scaleway.com/en/products/lb/zoned_api/#ssl-compatibility-level-442f99).
118+
- `ssl_compatibility_level` - (Optional) Enforces minimal SSL version (in SSL/TLS offloading context). Please check [possible values](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-load-balancer-create-a-load-balancer).
119119

120120
- `zone` - (Defaults to [provider](../index.md#zone) `zone`) The [zone](../guides/regions_and_zones.md#zones) of the load-balancer.
121121

@@ -140,7 +140,7 @@ The `resource_lb_ip` will be the only resource that handles those IPs.
140140
In order to migrate to other types you can check the migration up or down via our CLI `scw lb lb-types list`.
141141
this change will not recreate your Load Balancer.
142142

143-
Please check our [documentation](https://developers.scaleway.com/en/products/lb/zoned_api/#post-355592) for further details
143+
Please check our [documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-load-balancer-migrate-a-load-balancer) for further details
144144

145145
## IP ID
146146

docs/resources/lb_backend.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_lb_backend"
66
# scaleway_lb_backend
77

88
Creates and manages Scaleway Load-Balancer Backends.
9-
For more information, see [the documentation](https://developers.scaleway.com/en/products/lb/zoned_api).
9+
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-backends).
1010

1111
## Examples
1212

docs/resources/lb_certificate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_lb_certificate"
66
# scaleway_lb_certificate
77

88
Creates and manages Scaleway Load-Balancer Certificates.
9-
For more information, see [the documentation](https://developers.scaleway.com/en/products/lb/zoned_api).
9+
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-certificate).
1010

1111
## Examples
1212

docs/resources/lb_frontend.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page_title: "Scaleway: scaleway_lb_frontend"
55

66
# scaleway_lb_frontend
77

8-
Creates and manages Scaleway Load-Balancer Frontends. For more information, see [the documentation](https://developers.scaleway.com/en/products/lb/zoned_api).
8+
Creates and manages Scaleway Load-Balancer Frontends. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-frontends).
99

1010
## Examples Usage
1111

docs/resources/lb_ip.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: "Scaleway: scaleway_lb_ip"
66
# scaleway_lb_ip
77

88
Creates and manages Scaleway Load-Balancers IPs.
9-
For more information, see [the documentation](https://developers.scaleway.com/en/products/lb/zoned_api).
9+
For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-ip-addresses).
1010

1111
## Examples
1212

docs/resources/lb_route.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page_title: "Scaleway: scaleway_lb_route"
55

66
# scaleway_lb_route
77

8-
Creates and manages Scaleway Load-Balancer Routes. For more information, see [the documentation](https://developers.scaleway.com/en/products/lb/zoned_api/#route-ff94b7).
8+
Creates and manages Scaleway Load-Balancer Routes. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-route).
99
It is useful to manage the Service Name Indicator (SNI) for a route between a frontend and a backend.
1010

1111
## Examples

0 commit comments

Comments
 (0)