Skip to content

Commit 411d947

Browse files
committed
fix(gen): fix broken links
1 parent 604674d commit 411d947

File tree

52 files changed

+80
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+80
-80
lines changed

macros/bare-metal/dedibox-scaleway-migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
macro: dedibox-scaleway-migration
33
---
44
<Message type="note">
5-
Only users who **have completed** the linking of their the Dedibox account to the Scaleway console are granted access to the Dedibox section within the Scaleway console. For detailed information on the migration process, please refer to our [account linking documentation](/dedibox-scaleway/how-to/link-dedibox-account/). **If you cannot locate the Dedibox link in Scaleway's console side menu, you can use the [Dedibox console](https://console.online.net)** to place orders, manage your Dediboxes, and access the [related documentation](/dedicated-servers/quickstart/).
5+
Only users who **have completed** the linking of their the Dedibox account to the Scaleway console are granted access to the Dedibox section within the Scaleway console. For detailed information on the migration process, please refer to our [account linking documentation](/dedibox-scaleway/how-to/link-dedibox-account/). **If you cannot locate the Dedibox link in Scaleway's console side menu, you can use the [Dedibox console](https://console.online.net)** to place orders, manage your Dediboxes, and access the [related documentation](/dedibox/quickstart/).
66
</Message>

pages/contribute.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Join the Scaleway **Write for the Community** program, an initiative for making
7474
If you write a tutorial that gets published on our website, you will receive a voucher of **up to €200 cloud credits** in your Scaleway account.
7575

7676
Note that for receiving a reward, you must have:
77-
- Submitted your tutorial idea via a [documentation request issue](https://github.com/scaleway/docs-content/issues/new?assignees=&labels=Documentation+Request&template=doc_request.yaml&title=%5B%F0%9F%91%A9%E2%80%8D%F0%9F%92%BB+Documentation+Request%5D%3A+), which included your [Organization ID](https://www.scaleway.com/en/docs/iam/how-to/accept-invitation-to-orga/) and was approved by our team.
77+
- Submitted your tutorial idea via a [documentation request issue](https://github.com/scaleway/docs-content/issues/new?assignees=&labels=Documentation+Request&template=doc_request.yaml&title=%5B%F0%9F%91%A9%E2%80%8D%F0%9F%92%BB+Documentation+Request%5D%3A+), which included your [Organization ID](/iam/how-to/accept-invitation-to-orga/) and was approved by our team.
7878
- Written the content yourself and followed our [contribution process](https://github.com/scaleway/docs-content/blob/main/docs/CONTRIBUTING.md).
7979
- Had your content merged and published by our team.
8080

pages/dedibox-account/how-to/create-a-dedibox-account.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Follow these steps to get started with Scaleway Dedibox:
2626
3. Check your email inbox for a verification email. Click the verification link to activate your account. This will take you to the [Dedibox console](https://console.online.net/en/login) login page.
2727
4. Enter the username and password you created during registration, then click **Sign in**.
2828

29-
You are now connected to the Scaleway Dedibox console. You must add [a payment method](/dedibox-account/how-to/add-payment-method/) before ordering your [first Dedibox dedicated server](/dedicated-servers/how-to/order-a-server/).
29+
You are now connected to the Scaleway Dedibox console. You must add [a payment method](/dedibox-account/how-to/add-payment-method/) before ordering your [first Dedibox dedicated server](/dedibox/how-to/order-a-server/).

pages/dedibox-account/how-to/upload-an-ssh-key.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SSH keys offer a more secure method of identity authentication on computer syste
2626
3. Provide a description of your choice (e.g., your computer's name) and paste the public key into the designated field.
2727
4. Click **Add SSH key** to upload the public key to your Scaleway Dedibox account.
2828

29-
With the SSH key now uploaded, you can select it during the [Dedibox installation process](/dedicated-servers/how-to/install-a-server/) and use it for authentication on your server.
29+
With the SSH key now uploaded, you can select it during the [Dedibox installation process](/dedibox/how-to/install-a-server/) and use it for authentication on your server.
3030
<Message type="note">
3131
If you upload another key or change the existing one, you must manually replace it on your Dedibox. The **keys are transferred from the console to your server solely during installation**.
3232
</Message>

pages/dedibox-dns/how-to/configure-secondary-dns.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This how-to assumes that you want to manage your domains exclusively with BIND.
3131
## How to configure BIND
3232

3333
1. If you use a management panel for your server, add the domain in your panel.
34-
2. Log in to your server as root [via SSH](/dedicated-servers/how-to/connect-to-server/#connecting-via-ssh).
34+
2. Log in to your server as root [via SSH](/dedibox/how-to/connect-to-server/#connecting-via-ssh).
3535
3. Use your favorite text editor to edit the general BIND configuration file, located at `/etc/bind/named.conf`. The configuration of your domain should be as follows (replace `domain.fr` with your domain):
3636
```
3737
zone "domain.fr" {

pages/dedibox-hardware/how-to/configure-dell-perc-h200.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ For maximum performance, you can activate the cache of your SATA disks. After cr
133133
This step can be performed on Dedibox servers equipped with a DELL PERC H200 RAID controller and SATA hard disk drives.
134134
</Message>
135135

136-
1. Boot your server into [rescue mode](/dedicated-servers/how-to/use-rescue-mode/) using a 64-bit Ubuntu operating system.
136+
1. Boot your server into [rescue mode](/dedibox/how-to/use-rescue-mode/) using a 64-bit Ubuntu operating system.
137137
2. Log into the server using the provided SSH credentials and run the following commands to re-enable the disk cache:
138138
```sh
139139
sudo su

pages/dedibox-ip-failover/how-to/assign-failover-ip.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For each server, you can add failover IP addresses according to the offer and yo
2222
<Macro id="requirements" />
2323

2424
- A Dedibox account logged into the [console](https://console.online.net)
25-
- [Created](/dedicated-servers/how-to/order-a-server/) a Dedibox dedicated server
25+
- [Created](/dedibox/how-to/order-a-server/) a Dedibox dedicated server
2626

2727
<Macro id="failover-ip" />
2828

pages/dedibox-ip-failover/how-to/configure-centos.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This page shows you how to configure a [failover IP](/dedibox-ip-failover/concep
1818
<Macro id="requirements" />
1919

2020
- A Dedibox account logged into the [console](https://console.online.net)
21-
- [Created](/dedicated-servers/how-to/order-a-server/) a Dedibox dedicated server
21+
- [Created](/dedibox/how-to/order-a-server/) a Dedibox dedicated server
2222

2323
## Failover IP configuration using the Network Manager
2424

pages/dedibox-ip-failover/how-to/configure-debian-ubuntu.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This page shows you how to configure a [failover IP](/dedibox-ip-failover/concep
1818
<Macro id="requirements" />
1919

2020
- A Dedibox account logged into the [console](https://console.online.net)
21-
- [Created](/dedicated-servers/how-to/order-a-server/) a Dedibox dedicated server
21+
- [Created](/dedibox/how-to/order-a-server/) a Dedibox dedicated server
2222

2323
## Failover IP configuration on Debian
2424

pages/dedibox-ip-failover/how-to/configure-freebsd.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This page shows you how to configure a [failover IP](/dedibox-ip-failover/concep
1818
<Macro id="requirements" />
1919

2020
- A Dedibox account logged into the [console](https://console.online.net)
21-
- [Created](/dedicated-servers/how-to/order-a-server/) a Dedibox dedicated server
21+
- [Created](/dedibox/how-to/order-a-server/) a Dedibox dedicated server
2222

2323
## Failover IP configuration on FreeBSD
2424

0 commit comments

Comments
 (0)