Skip to content

Commit 4bb3cda

Browse files
committed
chore(gen): fix 200s with missing anchors
1 parent ae3dc62 commit 4bb3cda

File tree

29 files changed

+64
-64
lines changed

29 files changed

+64
-64
lines changed

containers/kubernetes/quickstart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ Scaleway Kubernetes [Kapsule](/containers/kubernetes/concepts/#kubernetes-kapsul
3535
</tr>
3636
<tr>
3737
<td>[<sup>4</sup> Introduction video to Kubernetes](/containers/kubernetes/videos/#introduction-to-kubernetes)</td>
38-
<td>[<sup>11</sup> How does containerizing two simple applications with Docker sound](/containers/kubernetes/videos/#getting-started-with-kubernetes:-part-1-containers-and-docker)</td>
38+
<td>[<sup>11</sup> How does containerizing two simple applications with Docker sound](/containers/kubernetes/videos/#getting-started-with-kubernetes-part-1-containers-and-docker)</td>
3939
</tr>
4040
<tr>
4141
<td>[<sup>5</sup> Scaleway Instances](/compute/instances/reference-content/choosing-instance-type/)</td>
4242
<td>[<sup>12</sup> Docker concepts](/containers/container-registry/concepts/#docker)</td>
4343
</tr>
4444
<tr>
4545
<td>[<sup>6</sup> How to connect to a cluster with kubectl](/containers/kubernetes/how-to/connect-cluster-kubectl/)</td>
46-
<td>[<sup>13</sup> How to deploy a containerized application with Kubernetes Kapsule](/containers/kubernetes/videos/#getting-started-with-kubernetes:-part-2-deloying-an-app-with-kapsule)</td>
46+
<td>[<sup>13</sup> How to deploy a containerized application with Kubernetes Kapsule](/containers/kubernetes/videos/#getting-started-with-kubernetes-part-2-deloying-an-app-with-kapsule)</td>
4747
</tr>
4848
<tr>
4949
<td>[<sup>7</sup> kubectl definition](/containers/kubernetes/concepts/#kubectl)</td>
50-
<td>[<sup>14</sup> How to add a load balancer service to your Scaleway Kubernetes Kapsule](/containers/kubernetes/videos/#getting-started-with-kubernetes:-part-3-load-balancers)</td>
50+
<td>[<sup>14</sup> How to add a load balancer service to your Scaleway Kubernetes Kapsule](/containers/kubernetes/videos/#getting-started-with-kubernetes-part-3-load-balancers)</td>
5151
</tr>
5252
</table>
5353
</font>

dedibox-network/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](/dedibox/dedicated-servers/how-to/connect-to-server/#how-to-connect-via-ssh).
34+
2. Log in to your server as root [via SSH](/dedibox/dedicated-servers/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" {

dedibox/dedicated-servers/how-to/get-started-with-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Dedibox servers do not come with a graphical interface by default. Instead, all
2828
- Create, edit, and delete files and directories
2929
- Configure server settings
3030

31-
You can [connect to the shell via SSH](/dedibox/dedicated-servers/how-to/connect-to-server/#how-to-connect-via-ssh). For essential commands, refer to our [basic Linux commands guide](/dedibox/dedicated-servers/reference-content/basic-linux-commands/).
31+
You can [connect to the shell via SSH](/dedibox/dedicated-servers/how-to/connect-to-server/#connecting-via-ssh). For essential commands, refer to our [basic Linux commands guide](/dedibox/dedicated-servers/reference-content/basic-linux-commands/).
3232

3333
## Using a graphical desktop
3434

dedibox/dedicated-servers/how-to/use-rescue-mode.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ We offer three types of rescue modes:
4646

4747
To access your server in Linux/FreeBSD rescue mode:
4848

49-
1. [Connect to your server via SSH](/dedibox/dedicated-servers/how-to/connect-to-server/#how-to-connect-via-ssh).
49+
1. [Connect to your server via SSH](/dedibox/dedicated-servers/how-to/connect-to-server/#connecting-via-ssh).
5050
2. Use the login credentials provided on the server’s status page in the console. Note that it may take approximately two minutes for rescue mode to fully initialize.
5151

5252
Once connected, you can operate rescue mode like a standard distribution, installing tools such as text editors or FTP clients as needed. Keep in mind that the size of the ramdisk is limited.

faq/objectstorage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ An object stored in Glacier class is listed but cannot be downloaded instantly.
222222
We recommend that you use Glacier to archive data that you may need only once or twice within a decade.
223223

224224
<Message type="important">
225-
The time it takes to restore an object depends on the size of the object and if [multipart](/storage/object/concepts/#multipart-uploads) is configured. It can take anywhere from a few minutes to 24 hours for restore to start (for objects larger than 1 MB).
225+
The time it takes to restore an object depends on the size of the object and if [multipart](/storage/object/concepts/#multipart-uploads-uploads) is configured. It can take anywhere from a few minutes to 24 hours for restore to start (for objects larger than 1 MB).
226226
Unfortunately, we are unable to provide estimates of how long data retrieval takes for each use case.
227227

228228
To facilitate restoration and ensure the fast restitution of your data, we recommend you use average-sized files (larger than 1 MB).

managed-services/iot-hub/quickstart.mdx

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

16-
[Scaleway IoT Hub](/managed-services/iot-hub/concepts/#iot-hub) is a resilient and multi-protocol message broker with export capabilities. Devices can connect to the hub to exchange messages, by which they get access to cloud services. Hub Routes also allow devices to push messages to other, non MQTT, services.
16+
[Scaleway IoT Hub](/managed-services/iot-hub/quickstart/) is a resilient and multi-protocol message broker with export capabilities. Devices can connect to the hub to exchange messages, by which they get access to cloud services. Hub Routes also allow devices to push messages to other, non MQTT, services.
1717

1818
In this Quickstart, we show you how to create your first IoT Hub to connect objects, Scaleway services and applications.
1919

storage/object/how-to/restore-an-object-from-glacier.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If you have numerous files in a bucket that you would like to restore, we recomm
7373

7474
## Restore time
7575

76-
The time it takes to restore an object depends on the size of the object and if [multipart](/storage/object/concepts/#multipart-uploads) is configured. If your object is larger than 1 MB, it can take anywhere from a few minutes to 24 hours for the restore to start.
76+
The time it takes to restore an object depends on the size of the object and if [multipart](/storage/object/concepts/#multipart-uploads-uploads) is configured. If your object is larger than 1 MB, it can take anywhere from a few minutes to 24 hours for the restore to start.
7777

7878
For multipart objects, each part is equivalent to one object. Consequently, the more parts your object has, the longer the restore time will be.
7979

storage/object/troubleshooting/cannot-restore-glacier.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ I need to retrieve my data from Scaleway Glacier, but the restore operation does
2424

2525
## Cause
2626

27-
The time it takes to restore an object depends on the size of the object and if [multipart](/storage/object/concepts/#multipart) is configured. If your object is larger than 1 MB, it can take anywhere from a few minutes to 24 hours for restore to start.
27+
The time it takes to restore an object depends on the size of the object and if [multipart](/storage/object/concepts/#multipart-uploads) is configured. If your object is larger than 1 MB, it can take anywhere from a few minutes to 24 hours for restore to start.
2828

2929
## Solution
3030

tutorials/configure-dvc-with-object-storage/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this tutorial, you learn how to use [Scaleway Object Storage](https://www.sca
2828
- A valid [API key](/identity-and-access-management/iam/how-to/create-api-keys/)
2929
- An [Object Storage bucket](/storage/object/how-to/create-a-bucket/)
3030
- A repository to store your metadata
31-
- Made your [first request with Scaleway API](https://www.scaleway.com/en/developers/api/#quickstart:-first-request)
31+
- Made your [first request with Scaleway API](https://www.scaleway.com/en/developers/api/#quickstart-first-request)
3232
- [Authenticated to the API](https://www.scaleway.com/en/developers/api/#how-to-authenticate) for the first time
3333
- Installed the [AWS CLI](/storage/object/api-cli/object-storage-aws-cli/)
3434

tutorials/configure-ipv6-virtual-machine-esxi/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This tutorial explains how to configure IPv6 on virtual machines on ESXi hypervi
3030
- [Requested an IPv6 prefix](/dedibox-network/ipv6/how-to/request-prefix/)
3131
- Installed a virtual machine running Ubuntu 20.04 or later and [configured a failover IPv4](/dedibox-network/ip-failover/how-to/configure-network-virtual-machine/#ubuntu) on it
3232

33-
1. Log into your virtual machine using [SSH](/dedibox/dedicated-servers/how-to/connect-to-server/#how-to-connect-via-ssh).
33+
1. Log into your virtual machine using [SSH](/dedibox/dedicated-servers/how-to/connect-to-server/#connecting-via-ssh).
3434
2. Run the command `ip a` to display your current network configuration. The command returns an output as follows:
3535
```
3636
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000

0 commit comments

Comments
 (0)