Skip to content

Commit 9c60655

Browse files
committed
fix(nav): fix navigation
1 parent 61e5f29 commit 9c60655

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

menu/navigation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@
957957
"items": [
958958
{
959959
"label": "Bare Metal shared responsibility model",
960-
"slug": "../elastic-metal/reference-content/shared-responsibility-model"
960+
"slug": "../../elastic-metal/reference-content/shared-responsibility-model"
961961
}
962962
],
963963
"label": "Additional Content",
@@ -1243,7 +1243,7 @@
12431243
"items": [
12441244
{
12451245
"label": "Bare Metal shared responsibility model",
1246-
"slug": "../elastic-metal/reference-content/shared-responsibility-model"
1246+
"slug": "../../elastic-metal/reference-content/shared-responsibility-model"
12471247
},
12481248
{
12491249
"label": "Dedibox datasheet",

pages/dedibox-hardware/how-to/configure-hardware-raid-console.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories:
1313
- dedibox-servers
1414
---
1515

16-
A hardware RAID is a type of [RAID](/hardware/concepts/#raid) implementation where construction and management of the RAID is performed on dedicated hardware, independently of the operating system.
16+
A hardware RAID is a type of [RAID](/dedibox-hardware/concepts/#raid) implementation where construction and management of the RAID is performed on dedicated hardware, independently of the operating system.
1717

1818
The logical disks of the RAID array are managed by a physical controller, sitting on the PCI bus, which presents only the logical volumes to the operating system. The RAID controller manages the RAID using its own CPU and RAM, without delegating tasks to the main CPU of the machine.
1919

pages/elastic-metal/troubleshooting/replace-failed-drive-software-raid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Each Elastic Metal server uses a RAID1 configuration after installation from the
2727
## Removing the failed disk from the RAID configuration
2828

2929
<Message type="tip">
30-
We recommend [backing up your data](/en/docs/tutorials/restic-s3-backup/) before proceeding.
30+
We recommend [backing up your data](/tutorials/restic-s3-backup/) before proceeding.
3131
</Message>
3232

3333
1. Boot server in [rescue mode](/elastic-metal/how-to/use-rescue-mode/) from the Scaleway console.

pages/vpc/reference-content/use-case-basic.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Follow the steps below to create this infrastructure using the [Scaleway console
8585
<Message type="tip">
8686
If you are creating several Instances with the exact same configuration running the exact same template, consider creating just one Instance, configuring and installing it to communicate with the other resources inside and outside the VPC as required, then [creating an image](/instances/how-to/create-a-backup/) of this Instance and creating the remaining Instances [using this image](/instances/how-to/create-a-backup/#how-to-create-or-restore-an-instance-from-an-image).
8787
</Message>
88-
9. [Attach each Instance to the Private Network](/instances/how-to/use-private-networks/#how-to-attach-instances-to-an-existing-private-network) you created at step 2. Either let Scaleway automatically choose an IP from the Private Network's subnet for each Instance, or use [reserved IPs](/network/ipam/how-to/reserve-ip/) to specify the IP for each Instance on the network.
88+
9. [Attach each Instance to the Private Network](/instances/how-to/use-private-networks/#how-to-attach-instances-to-an-existing-private-network) you created at step 2. Either let Scaleway automatically choose an IP from the Private Network's subnet for each Instance, or use [reserved IPs](/ipam/how-to/reserve-ip/) to specify the IP for each Instance on the network.
8989
10. [Create a Load Balancer](/load-balancer/how-to/create-load-balancer/), ensuring you assign a public (flexible) IP address. Do not yet create the frontends and backends.
9090
11. [Attach the Load Balancer to the Private Network](/load-balancer/how-to/use-with-private-network/#how-to-attach-a-private-network-to-your-load-balancer). As before, you can use an auto-selected IP, or a specific reserved IP from the subnet.
9191
12. [Create a frontend and backend for the Load Balancer](/load-balancer/how-to/create-frontends-backends/). Choose the most appropriate configuration for your purpose and application, following advice and tips in the linked documentation. When configuring the Load Balancer's backend servers, enter the private IP addresses of the Instances on the Private Network.

0 commit comments

Comments
 (0)