Skip to content

Commit 25bbb98

Browse files
authored
docs(fix): fix broken links (#4880)
1 parent 155a05f commit 25bbb98

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

pages/guidelines.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ When linking to other Scaleway Documentation pages, use relative links. Include
203203

204204
| ✅ GOOD INTERNAL LINK | ❌ BAD INTERNAL LINK |
205205
| ------------------------------------------ | ----------------------------------------------- |
206-
| ````Refer to the [VPC Quickstart](/vpc/quickstart/)```` | ````Refer to the [VPC Quickstart](/vpc/quickstart/)```` <br/> <br/> ````Refer to the [VPC Quickstart](/en/docs/network/vpc/quickstart/)```` <br/> <br/> ````Refer to the [VPC Quickstart](network/vpc/quickstart)```` |
206+
| ````Refer to the [VPC Quickstart](/vpc/quickstart/)```` | ````Refer to the [VPC Quickstart](/vpc/quickstart/)```` <br/> <br/> ````Refer to the [VPC Quickstart](/en/docs/vpc/quickstart/)```` <br/> <br/> ````Refer to the [VPC Quickstart](network/vpc/quickstart)```` |
207207

208208
When linking to a Scaleway Documentation page anchor, include a leading slash, **but no trailing slash**
209209

pages/iam/reference-content/users-groups-and-applications.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ They can be of two types:
2121

2222
- **Owner** - you are the Owner of the Organization that was created with your account.
2323
- **Guest** - you are a Guest when invited to an Organization of which you are not the Owner. Similarly, you can invite other users to be Guests in your Organization.
24-
- **Member** - you are a member when you are added to an Organization by an Owner or user with IAM Manager permissions. Members exist only within the specific Organizations in which they are added. As a member you are subject to [complying with the security requirements](/iam/how-to/how-to-comply-with-sec-requirements-member) in effect in your Organization.
24+
- **Member** - you are a member when you are added to an Organization by an Owner or user with IAM Manager permissions. Members exist only within the specific Organizations in which they are added. As a member you are subject to [complying with the security requirements](/iam/how-to/comply-with-sec-requirements-member/) in effect in your Organization.
2525

2626
Within each Organization, different IAM users can have different rights (defined through policies) to perform actions on resources.
2727

pages/interlink/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ At its simplest level, InterLink can be understood as a configurable connection
2424

2525
## How can I find a partner to provision my InterLink?
2626

27-
To establish a hosted InterLink via a partner, generally you must be a client of that partner, e.g. with your infrastructure in their data center, or on your own premises using the partner as a network provider. For more details, see our [information on choosing a partner](/interlink/reference-content/overview/how-to-choose-a-partner).
27+
To establish a hosted InterLink via a partner, generally you must be a client of that partner, e.g. with your infrastructure in their data center, or on your own premises using the partner as a network provider. For more details, see our [information on choosing a partner](/interlink/reference-content/overview/#hosted-interlinks).
2828

2929
You can see available partners in the Scaleway console by opening the [InterLink order form](https://console.scaleway.com/interlink/links/order). More partners will be added to Scaleway InterLink as time goes on.
3030

pages/managed-inference/how-to/import-custom-model.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Scaleway provides a selection of common models for deployment from the Scaleway
2121

2222
<Macro id="requirements" />
2323
- A Scaleway account logged into the [console](https://console.scaleway.com).
24-
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) to perform actions in your Organization.
24+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) to perform actions in your Organization.
2525

2626
1. Click **Managed Inference** in the **AI & Data** section of the side menu in the [Scaleway console](https://console.scaleway.com/) to access the dashboard.
2727
2. Click **Deploy a model** to launch the model deployment wizard.

pages/public-gateways/reference-content/understanding-v2.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ After a deprecation period ending on 1 Oct 2025, the Public Gateways API v1 and
3838

3939
- Ensure that your Public Gateway is in [IPAM mode](#ipam-mode-becomes-default). Only IPAM-mode gateways are compatible with v2.
4040

41-
- Put any non-IPAM mode ([legacy](/network/public-gateways/concepts/#ipam)) Public Gateways in IPAM mode. You can do this in several ways:
41+
- Put any non-IPAM mode ([legacy](/public-gateways/concepts/#ipam)) Public Gateways in IPAM mode. You can do this in several ways:
4242
- Use the **Move to IPAM mode** button in the console
4343
- Use the [dedicated API call](https://www.scaleway.com/en/developers/api/public-gateway/v1/#path-gateways-put-a-public-gateway-in-ipam-mode).
4444
- Use the `move_to_ipam` flag in [Terraform](https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md)
@@ -53,13 +53,13 @@ If your Public Gateway is already in IPAM mode, and you only manage it via the c
5353

5454
## Background: DHCP and IPAM
5555

56-
When Scaleway originally introduced Public Gateways, they provided DHCP functionality for resources on attached Private Networks. With the [arrival of Scaleway VPC](/network/vpc/reference-content/vpc-migration/) in 2023, DHCP was moved from Public Gateways to Private Networks themselves.
56+
When Scaleway originally introduced Public Gateways, they provided DHCP functionality for resources on attached Private Networks. With the [arrival of Scaleway VPC](/vpc/reference-content/vpc-migration/) in 2023, DHCP was moved from Public Gateways to Private Networks themselves.
5757

58-
Scaleway also introduced [IPAM](/network/ipam/concepts/#ipam) to act as a single source of truth for the IP addressing of all Scaleway resources. DHCP uses IPAM to ensure consistent and reliable addressing across all Private Networks.
58+
Scaleway also introduced [IPAM](/ipam/concepts/#ipam) to act as a single source of truth for the IP addressing of all Scaleway resources. DHCP uses IPAM to ensure consistent and reliable addressing across all Private Networks.
5959

60-
When you [create a Private Network](/network/vpc/how-to/create-private-network/), you can either automatically generate a default IPv4 CIDR block, or define a custom block. A default IPv6 block is automatically created. When you attach resources to the Private Network, they automatically receive an IPv4 address (and, if compatible, an IPv6 address) from this block. Alternatively, you can [reserve a specific IP address](/network/ipam/how-to/reserve-ip/) from the block, and [specify this address](/network/ipam/how-to/reserve-ip/#how-to-attach-a-resource-to-a-private-network-using-a-reserved-ip-address) when attaching the resource.
60+
When you [create a Private Network](/vpc/how-to/create-private-network/), you can either automatically generate a default IPv4 CIDR block, or define a custom block. A default IPv6 block is automatically created. When you attach resources to the Private Network, they automatically receive an IPv4 address (and, if compatible, an IPv6 address) from this block. Alternatively, you can [reserve a specific IP address](/ipam/how-to/reserve-ip/) from the block, and [specify this address](/ipam/how-to/reserve-ip/#how-to-attach-a-resource-to-a-private-network-using-a-reserved-ip-address) when attaching the resource.
6161

62-
Whether you choose a custom or default CIDR block, automatic address assignment or use a reserved address, **the resource's private IP address does not risk changing** unless you detach the resource from the Private Network. To ensure that you can keep the same address for a resource even after detaching it, use the [reserve IP](/network/ipam/how-to/reserve-ip/) functionality.
62+
Whether you choose a custom or default CIDR block, automatic address assignment or use a reserved address, **the resource's private IP address does not risk changing** unless you detach the resource from the Private Network. To ensure that you can keep the same address for a resource even after detaching it, use the [reserve IP](/ipam/how-to/reserve-ip/) functionality.
6363

6464
## Introducing Public Gateways API v2
6565

@@ -86,7 +86,7 @@ Scaleway Public Gateways are either in **Legacy mode** or **IPAM mode**. You can
8686
All Public Gateways created via the Scaleway console since 17 October 2023 are necessarily in IPAM mode.
8787
</Message>
8888

89-
Legacy Public Gateways use a [workaround](/network/vpc/reference-content/vpc-migration/#public-gateways-and-vpc) to ensure IPAM compatibility. IPAM-mode Public Gateways are fully integrated with Scaleway's [IPAM](/network/ipam/concepts/#ipam), which manages the coherent assignment of IP addresses to the gateway itself, and resources on attached Private Networks.
89+
Legacy Public Gateways use a [workaround](/vpc/reference-content/vpc-migration/#public-gateways-and-vpc) to ensure IPAM compatibility. IPAM-mode Public Gateways are fully integrated with Scaleway's [IPAM](/ipam/concepts/#ipam), which manages the coherent assignment of IP addresses to the gateway itself, and resources on attached Private Networks.
9090

9191
Legacy mode will be deprecated going forward, and will not be compatible with v2 of the Public Gateway API. It will no longer be possible to create legacy-mode Public Gateways, all new gateways will necessarily be in IPAM mode.
9292

@@ -124,7 +124,7 @@ We will automatically migrate any existing DHCP entries to IPAM for you, at the
124124

125125
### SSH bastion allowed IPs
126126

127-
Allowed IPs is a new functionality of the Public Gateways API v2, that will also be available to all IPAM-mode Public Gateways via the Scaleway console. This feature allows you to specify a list of IP address ranges which should be allowed to connect to the gateway's SSH bastion and the resources behind it. All other IP addresses will be blocked from connecting. Find out more in the [SSH bastion](/network/public-gateways/how-to/use-ssh-bastion/) documentation.
127+
Allowed IPs is a new functionality of the Public Gateways API v2, that will also be available to all IPAM-mode Public Gateways via the Scaleway console. This feature allows you to specify a list of IP address ranges which should be allowed to connect to the gateway's SSH bastion and the resources behind it. All other IP addresses will be blocked from connecting. Find out more in the [SSH bastion](/public-gateways/how-to/use-ssh-bastion/) documentation.
128128

129129
## Timeline and action to take
130130

@@ -137,8 +137,8 @@ Allowed IPs is a new functionality of the Public Gateways API v2, that will also
137137

138138
- **8 April 2025 - 1 Oct 2025: Migration period**: You have a six month migration period to complete the following actions
139139

140-
- Ensure that your Public Gateway is in [IPAM mode](/network/public-gateways/concepts/#ipam). Only IPAM mode gateways are compatible with v2.
141-
- Put any non-IPAM mode ([legacy](/network/public-gateways/concepts/#ipam)) Public Gateways in IPAM-mode, by using the **Move to IPAM mode** button in the console, the [dedicated API call](https://www.scaleway.com/en/developers/api/public-gateway/v1/#path-gateways-put-a-public-gateway-in-ipam-mode), or the `move_to_ipam` flag in [Terraform](https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md).
140+
- Ensure that your Public Gateway is in [IPAM mode](/public-gateways/concepts/#ipam). Only IPAM mode gateways are compatible with v2.
141+
- Put any non-IPAM mode ([legacy](/public-gateways/concepts/#ipam)) Public Gateways in IPAM-mode, by using the **Move to IPAM mode** button in the console, the [dedicated API call](https://www.scaleway.com/en/developers/api/public-gateway/v1/#path-gateways-put-a-public-gateway-in-ipam-mode), or the `move_to_ipam` flag in [Terraform](https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md).
142142
- Ensure that [DHCP is activated](/vpc/how-to/activate-dhcp/) on all Private Networks attached to your IPAM-mode Public Gateways.
143143
- Update any code or scripts you have that call version 1 of the Public Gateways API, so that they call version 2 instead. This includes removing any use of the DHCP entries, DHCP objects or address fields as mentioned above.
144144

@@ -216,7 +216,7 @@ If you have any questions, get in touch with us on the `#public-gateway` channel
216216
The following documentation resources may be useful to you:
217217

218218
- [Public Gateway API Documentation](https://www.scaleway.com/en/developers/api/public-gateway/)
219-
- [Public Gateway Main Documentation](https://www.scaleway.com/en/docs/network/public-gateways/)
219+
- [Public Gateway Main Documentation](https://www.scaleway.com/en/docs/public-gateways/)
220220
- [IPAM API Documentation](https://www.scaleway.com/en/developers/api/ipam/)
221-
- [IPAM Main Documentation](https://www.scaleway.com/en/docs/network/ipam/)
221+
- [IPAM Main Documentation](https://www.scaleway.com/en/docs/ipam/)
222222
- [Moving a Public Gateway from Legacy mode to IPAM mode with Terraform](https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md)

pages/serverless-containers/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The container can then process the message and perform any required actions, suc
150150

151151
The port of a containerized application refers to the network port that the application inside the container listens on for incoming requests.
152152

153-
Refer to the [dedicated documentation](/serverless-containers/reference-content/port-variable/) for more information and examples on the **Port** parameter of Serverless Containers.
153+
Refer to the [dedicated documentation](/serverless-containers/reference-content/port-parameter-variable/) for more information and examples on the **Port** parameter of Serverless Containers.
154154

155155
## Privacy policy
156156

0 commit comments

Comments
 (0)