Skip to content

Commit fb3b9b2

Browse files
SamyOubouazizLaure-di
authored andcommitted
chore(gen): fix 200s with missing anchors (scaleway#4058)
* chore(gen): fix 200s with missing anchors * chore(gen): fix 200s with missing anchors * chore(gen): fix 200s with missing anchors
1 parent 296a548 commit fb3b9b2

File tree

52 files changed

+91
-91
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

+91
-91
lines changed

compute/gpu/how-to/use-gpu-with-docker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ In the above example, everything in the `/root/mydata` directory on the Instance
7575

7676
### How to map Block Storage volumes
7777

78-
You can also map [Block Storage](https://www.scaleway.com/en/block-storage/) volumes into your containers. Block Storage is fully backed by SSDs. These three-time replicated, high-speed drives allow up to 5,000 IOPS. Once [attached](/storage/block/how-to/attach-a-volume/) and [mounted](/storage/block/api-cli/managing-a-volume/#mounting-and-using-a-volume) in the host OS of the GPU Instance, you can map the volume like a local volume, as we did above.
78+
You can also map [Block Storage](https://www.scaleway.com/en/block-storage/) volumes into your containers. Block Storage is fully backed by SSDs. These three-time replicated, high-speed drives allow up to 5,000 IOPS. Once [attached](/storage/block/how-to/attach-a-volume/) and [mounted](/storage/block/api-cli/managing-a-volume/#mounting-and-using-a-block-storage-volume) in the host OS of the GPU Instance, you can map the volume like a local volume, as we did above.
7979

8080
<Message type="tip">
8181
[Block Storage](/storage/block/quickstart/) volumes are independent of your GPU Instance and provide three-time replicated storage. It is recommended to use Block Storage for storing your datasets, training logs, model source code, etc.

compute/instances/how-to/manage-volumes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ categories:
3232
5. Click **Attach volume to Instance**.
3333

3434
<Message type="tip">
35-
Find out [how to mount a Block Storage volume to your Instance](/storage/block/api-cli/managing-a-volume/#mounting-and-using-a-volume).
35+
Find out [how to mount a Block Storage volume to your Instance](/storage/block/api-cli/managing-a-volume/#mounting-and-using-a-block-storage-volume).
3636
</Message>
3737
<Message type="note">
3838
To use **[Block Storage Low Latency](/storage/block/) 15k**, your Instance must have at least **3 GiB/s of block bandwidth**.
@@ -52,7 +52,7 @@ categories:
5252
</Message>
5353

5454
<Message type="tip">
55-
Refer to our [dedicated documentation](/storage/block/api-cli/managing-a-volume/#increasing-the-partition-size-of-the-volume) to find out how to increase the partition size of your volume.
55+
Refer to our [dedicated documentation](/storage/block/api-cli/managing-a-volume/#increasing-the-partition-size-of-the-volume-with-growpart) to find out how to increase the partition size of your volume.
5656
</Message>
5757

5858
## How to detach a volume

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.

environmental-footprint/environmental-footprint/additional-content/environmental-footprint-calculator.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ All calculations will use the following variables:
6969
The acronyms used below are based on the French phrases for these terms.
7070
</Message>
7171

72-
- [dU](/environmental-footprint/environmental-footprint/concepts/##du-duration-of-use): duration of use of the equipment included in the study
72+
- [dU](/environmental-footprint/environmental-footprint/concepts/#du-duration-of-use): duration of use of the equipment included in the study
7373
- [DDV](/environmental-footprint/environmental-footprint/concepts/#ddvdc-data-center-lifespan): lifespan
7474
- [PuissEqt](/environmental-footprint/environmental-footprint/concepts/#puisseqt-rated-power): rated power of the equipment
7575
- [PuissCommDC](/environmental-footprint/environmental-footprint/concepts/#puisscommdc): proportion of the data center's installed power reserved by customers

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

serverless/containers/api-cli/migrate-external-image-to-scaleway-registry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Serverless Containers rely on images that can be stored in the Scaleway Containe
1717

1818
<Macro id="container-registry-note" />
1919

20-
This page explains how to migrate images from public external container registries (such as Docker hub, Amazon container registries, GitHub Container registry, etc.) to the [Scaleway Container registry](/containers/container-registry/#container-registry).
20+
This page explains how to migrate images from public external container registries (such as Docker hub, Amazon container registries, GitHub Container registry, etc.) to the [Scaleway Container registry](/containers/container-registry/concepts/#container-registry).
2121

2222
<Macro id="requirements" />
2323

0 commit comments

Comments
 (0)