Skip to content

Commit 005d30c

Browse files
committed
fix(ins): fix links
1 parent e50aaa8 commit 005d30c

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

pages/instances/how-to/use-boot-modes.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ categories:
1616
You can boot your Instances using local boot or a rescue image. This page explains how to use each of these boot modes.
1717

1818
<Message type="tip">
19-
- You can choose to use **cloud-init** when [creating an Instance](/compute/instances/how-to/create-an-instance/) via **Advanced settings**. This enables you to control the mode of the Instance's very first boot.
20-
- Your Instance must be [powered off](/compute/instances/how-to/power-off-instance/) in order to change its boot mode.
19+
- You can choose to use **cloud-init** when [creating an Instance](/instances/how-to/create-an-instance/) via **Advanced settings**. This enables you to control the mode of the Instance's very first boot.
20+
- Your Instance must be [powered off](/instances/how-to/power-off-instance/) in order to change its boot mode.
2121
</Message>
2222

2323

2424
<Macro id="requirements" />
2525

2626
- A Scaleway account logged into the [console](https://console.scaleway.com)
27-
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
28-
- An [SSH key](/identity-and-access-management/organizations-and-projects/how-to/create-ssh-key/)
29-
- An [Instance](/compute/instances/how-to/create-an-instance/)
27+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
28+
- An [SSH key](/organizations-and-projects/how-to/create-ssh-key/)
29+
- An [Instance](/instances/how-to/create-an-instance/)
3030

3131
## How to use local boot
3232

@@ -58,7 +58,7 @@ Rescue mode restarts your Instance via the network on a minimal operating system
5858

5959
## How to use cloud-init
6060

61-
[Cloud-init](/compute/instances/concepts/#cloud-init) enables automatic configuration of an Instance as it boots into the cloud, turning it from a generic Ubuntu image into a configured server in a few seconds.
61+
[Cloud-init](/instances/concepts/#cloud-init) enables automatic configuration of an Instance as it boots into the cloud, turning it from a generic Ubuntu image into a configured server in a few seconds.
6262

6363
The cloud-init program can consume and execute data from the user-data field of the Scaleway console. The process then behaves differently depending on the format of the information it finds. One of the most popular formats for scripts within user-data is the cloud-config file format. Cloud-config files are special scripts designed to be run by the cloud-init process.
6464
These are generally used for initial configuration on the very first boot of a server. **Cloud-init is available for all Scaleway Instances OS images.**
@@ -93,7 +93,7 @@ Follow the instructions below to reboot an existing Instance using cloud-init.
9393
Your Instance is rebooted using cloud-init.
9494
## How to change the boot volume
9595

96-
The [boot-on-block](/compute/instances/concepts/#boot-on-block) feature allows Instances to boot from attached [Block Storage](/compute/instances/concepts/#block-volumes) volumes instead of local volumes. When [creating an Instance](/compute/instances/how-to/create-an-instance/), you can select Block Storage as a boot volume.
96+
The [boot-on-block](/instances/concepts/#boot-on-block) feature allows Instances to boot from attached [Block Storage](/instances/concepts/#block-volumes) volumes instead of local volumes. When [creating an Instance](/instances/how-to/create-an-instance/), you can select Block Storage as a boot volume.
9797

9898
Once the Instance is created, you can select a different volume to boot from.
9999

pages/instances/reference-content/instances-bandwidth-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Bandwidth impacts how your applications perform and interact with other systems.
2727
</Message>
2828

2929
<Message type="tip">
30-
To maximize compatibility with [Block Storage Low Latency 15k](/storage/block/), select an Instance with **at least 3 GiB/s** of Block bandwidth.
30+
To maximize compatibility with [Block Storage Low Latency 15k](/block-storage/), select an Instance with **at least 3 GiB/s** of Block bandwidth.
3131
</Message>
3232

3333
## COPARM Range

pages/kubernetes/api-cli/managing-storage.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ The [Scaleway Block Storage volume](https://www.scaleway.com/en/block-storage/)
1818
<Macro id="requirements" />
1919

2020
- A Scaleway account logged into the [console](https://console.scaleway.com)
21-
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
22-
- A valid [API key](/identity-and-access-management/iam/how-to/create-api-keys/)
21+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
22+
- A valid [API key](/iam/how-to/create-api-keys/)
2323
- Your Scaleway Project or Organization ID
24-
- [Created](/containers/kubernetes/how-to/create-cluster/) a Kubernetes cluster running on Scaleway Instances (v1.21+)
24+
- [Created](/kubernetes/how-to/create-cluster/) a Kubernetes cluster running on Scaleway Instances (v1.21+)
2525

2626
<Message type="tip">
27-
Refer to our video tutorial [Getting Started with Kubernetes Part 4 - Storage](/containers/kubernetes/videos/) to view a visual presentation and step-by-step guidance of how to manage Block Storage volumes on Kubernetes with the Scaleway CSI.
27+
Refer to our video tutorial [Getting Started with Kubernetes Part 4 - Storage](/kubernetes/videos/) to view a visual presentation and step-by-step guidance of how to manage Block Storage volumes on Kubernetes with the Scaleway CSI.
2828
</Message>
2929

3030
## Verification of CSI driver status
@@ -35,9 +35,9 @@ To verify if the driver is running, use the following command:
3535
kubectl get csidriver
3636
```
3737

38-
The output of this command provides a quick status update on the CSI plugin within your Kubernetes cluster. For the latest features and enhancements, consider upgrading to [release 0.3](https://github.com/scaleway/scaleway-csi/tree/release-0.3#block-storage-low-latency), which supports **[Block Storage low latency](/storage/block/quickstart/)** volumes.
38+
The output of this command provides a quick status update on the CSI plugin within your Kubernetes cluster. For the latest features and enhancements, consider upgrading to [release 0.3](https://github.com/scaleway/scaleway-csi/tree/release-0.3#block-storage-low-latency), which supports **[Block Storage low latency](/block-storage/quickstart/)** volumes.
3939

40-
To identify your current CSI release version, navigate to the [Cockpit interface](/observability/cockpit/how-to/access-grafana-and-managed-dashboards/), specifically the **Kubernetes Cluster - Overview** dashboard.
40+
To identify your current CSI release version, navigate to the [Cockpit interface](/cockpit/how-to/access-grafana-and-managed-dashboards/), specifically the **Kubernetes Cluster - Overview** dashboard.
4141

4242
## Upgrading to CSI version 0.3
4343

0 commit comments

Comments
 (0)