Skip to content

Commit 8bc1afd

Browse files
authored
fix(gen): fix broken links (#4690)
* fix(lst): add index for howto * fix(gen): fix 404
1 parent 3be2dc0 commit 8bc1afd

File tree

7 files changed

+16
-8
lines changed

7 files changed

+16
-8
lines changed

pages/block-storage/how-to/identify-api-managing-volumes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ This page shows you how to identify the API that manages your volumes and snapsh
2121

2222
- A Scaleway account logged into the [console](https://console.scaleway.com)
2323
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
24-
- Created [Block Storage volumes](/block-storage/block/how-to/create-a-volume/)
25-
- Created [snapshots](/block-storage/block/how-to/create-a-snapshot/)
24+
- Created [Block Storage volumes](/block-storage/how-to/create-a-volume/)
25+
- Created [snapshots](/block-storage/how-to/create-a-snapshot/)
2626

2727
<Macro id="block-storage-migration" />
2828

pages/local-storage/how-to/create-volume-from-snapshot.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ categories:
1818

1919
- A Scaleway account logged into the [console](https://console.scaleway.com)
2020
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
21-
- Created a [Local Storage volume](/local-storage/how-to/create-a-volume/)
22-
- Created a [snapshot](/local-storage/how-to/create-a-snapshot/)
21+
- Created a [Local Storage volume](/local-storage/how-to/create-volume/)
22+
- Created a [snapshot](/local-storage/how-to/create-snapshot/)
2323

2424

2525
1. Click **Local Storage** in the **Storage** section of the Scaleway console side menu. The Local Storage page displays.

pages/local-storage/how-to/delete-snapshot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ categories:
1818

1919
- A Scaleway account logged into the [console](https://console.scaleway.com)
2020
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
21-
- Created a [Local Storage volume](/local-storage/how-to/create-a-volume/)
21+
- Created a [Local Storage volume](/local-storage/how-to/create-volume/)
2222

2323

2424
1. Click **Local Storage** in the **Storage** section of the Scaleway console side menu. A list of your volumes displays.

pages/local-storage/how-to/delete-volume.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ categories:
1818

1919
- A Scaleway account logged into the [console](https://console.scaleway.com)
2020
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
21-
- Created a [Local Storage volume](/local-storage/how-to/create-a-volume/)
21+
- Created a [Local Storage volume](/local-storage/how-to/create-volume/)
2222

2323
<Message type="important">
2424
- 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/).

pages/local-storage/how-to/detach-volume.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories:
1414
- storage
1515
---
1616

17-
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.
17+
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.
1818

1919
<Macro id="requirements" />
2020

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
meta:
3+
title: Local Storage - How Tos
4+
description: Local Storage How Tos
5+
content:
6+
h1: Local Storage - How Tos
7+
paragraph: Local Storage How Tos
8+
---

tutorials/load-overflow-proxmox-and-elastic-metal/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Create or clone your virtual machines on both servers of the cluster to distribu
6969
<Message type="tip">
7070
Make sure to select the bridge `vmbr1`, automatic MAC address generation, and select DHCP for LXC network configuration.
7171
<Lightbox src="scaleway-px-create-vm.webp" alt="" />
72-
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.
72+
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.
7373
</Message>
7474

7575
## Configuring the Load Balancer

0 commit comments

Comments
 (0)