diff --git a/pages/block-storage/how-to/identify-api-managing-volumes.mdx b/pages/block-storage/how-to/identify-api-managing-volumes.mdx index 22ceb17a29..552c453dab 100644 --- a/pages/block-storage/how-to/identify-api-managing-volumes.mdx +++ b/pages/block-storage/how-to/identify-api-managing-volumes.mdx @@ -21,8 +21,8 @@ This page shows you how to identify the API that manages your volumes and snapsh - A Scaleway account logged into the [console](https://console.scaleway.com) - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization -- Created [Block Storage volumes](/block-storage/block/how-to/create-a-volume/) -- Created [snapshots](/block-storage/block/how-to/create-a-snapshot/) +- Created [Block Storage volumes](/block-storage/how-to/create-a-volume/) +- Created [snapshots](/block-storage/how-to/create-a-snapshot/) diff --git a/pages/local-storage/how-to/create-volume-from-snapshot.mdx b/pages/local-storage/how-to/create-volume-from-snapshot.mdx index 805718ce52..6b3213a6a6 100644 --- a/pages/local-storage/how-to/create-volume-from-snapshot.mdx +++ b/pages/local-storage/how-to/create-volume-from-snapshot.mdx @@ -18,8 +18,8 @@ categories: - A Scaleway account logged into the [console](https://console.scaleway.com) - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization -- Created a [Local Storage volume](/local-storage/how-to/create-a-volume/) -- Created a [snapshot](/local-storage/how-to/create-a-snapshot/) +- Created a [Local Storage volume](/local-storage/how-to/create-volume/) +- Created a [snapshot](/local-storage/how-to/create-snapshot/) 1. Click **Local Storage** in the **Storage** section of the Scaleway console side menu. The Local Storage page displays. diff --git a/pages/local-storage/how-to/delete-snapshot.mdx b/pages/local-storage/how-to/delete-snapshot.mdx index dc8e70d4f3..95966acb73 100644 --- a/pages/local-storage/how-to/delete-snapshot.mdx +++ b/pages/local-storage/how-to/delete-snapshot.mdx @@ -18,7 +18,7 @@ categories: - A Scaleway account logged into the [console](https://console.scaleway.com) - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization -- Created a [Local Storage volume](/local-storage/how-to/create-a-volume/) +- Created a [Local Storage volume](/local-storage/how-to/create-volume/) 1. Click **Local Storage** in the **Storage** section of the Scaleway console side menu. A list of your volumes displays. diff --git a/pages/local-storage/how-to/delete-volume.mdx b/pages/local-storage/how-to/delete-volume.mdx index 9978c34480..82979d1658 100644 --- a/pages/local-storage/how-to/delete-volume.mdx +++ b/pages/local-storage/how-to/delete-volume.mdx @@ -18,7 +18,7 @@ categories: - A Scaleway account logged into the [console](https://console.scaleway.com) - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization -- Created a [Local Storage volume](/local-storage/how-to/create-a-volume/) +- Created a [Local Storage volume](/local-storage/how-to/create-volume/) - You must detach your volume from the Instance it is attached to before deleting the volume. Refer to our documentation to find out [how to do so](/local-storage/how-to/detach-volume/). diff --git a/pages/local-storage/how-to/detach-volume.mdx b/pages/local-storage/how-to/detach-volume.mdx index 165745692a..52f93335c4 100644 --- a/pages/local-storage/how-to/detach-volume.mdx +++ b/pages/local-storage/how-to/detach-volume.mdx @@ -14,7 +14,7 @@ categories: - storage --- -You can detach a Local Storage volume from your Instance when it is powered off. It is important to [unmount the volume](/Local-storage/api-cli/unmounting-a-volume/) from the operating system before detaching it to avoid data loss. +You can detach a Local Storage volume from your Instance when it is powered off. It is important to [unmount the volume](/block-storage/api-cli/unmounting-a-volume/) from the operating system before detaching it to avoid data loss. diff --git a/pages/local-storage/how-to/index.mdx b/pages/local-storage/how-to/index.mdx new file mode 100644 index 0000000000..51a2445cda --- /dev/null +++ b/pages/local-storage/how-to/index.mdx @@ -0,0 +1,8 @@ +--- +meta: + title: Local Storage - How Tos + description: Local Storage How Tos +content: + h1: Local Storage - How Tos + paragraph: Local Storage How Tos +--- diff --git a/tutorials/load-overflow-proxmox-and-elastic-metal/index.mdx b/tutorials/load-overflow-proxmox-and-elastic-metal/index.mdx index 4a3418be2e..7272427381 100644 --- a/tutorials/load-overflow-proxmox-and-elastic-metal/index.mdx +++ b/tutorials/load-overflow-proxmox-and-elastic-metal/index.mdx @@ -69,7 +69,7 @@ Create or clone your virtual machines on both servers of the cluster to distribu Make sure to select the bridge `vmbr1`, automatic MAC address generation, and select DHCP for LXC network configuration. - To attach the VM to a Scaleway Private Network, follow the instructions for [attaching a custom resource to a Private Network](/vpc/how-to/attach-resources-tp-pn), passing the VM's name and MAC address. + To attach the VM to a Scaleway Private Network, follow the instructions for [attaching a custom resource to a Private Network](/vpc/how-to/attach-resources-to-pn), passing the VM's name and MAC address. ## Configuring the Load Balancer