Skip to content

Commit d303b2f

Browse files
committed
fix(ins): fix link
1 parent e3249e0 commit d303b2f

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

pages/block-storage/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Although there is no direct way to change the storage class of a volume while pr
7979
While this approach allows you to transition to a Block Storage Low Latency volume, it is only a workaround.
8080
</Message>
8181

82-
1. [Create a snapshot of your Block Storage legacy volume](/instances/how-to/create-a-snapshot/).
82+
1. [Create a snapshot of your Block Storage legacy volume](/block-storage/how-to/create-a-snapshot/).
8383
2. [Export the snapshot](/instances/api-cli/snapshot-import-export-feature/#exporting-snapshots).
8484
3. [Import the snapshot into a new Low Latency volume](https://www.scaleway.com/en/developers/api/block/#path-snapshot-import-a-snapshot-from-a-scaleway-object-storage-bucket).
8585

pages/instances/api-cli/snapshot-import-export-feature.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ More information on the QCOW2 file format, and how to use it can be found in the
2828
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2929
- An [Instance](/instances/how-to/create-an-instance/) with [Block Storage volumes](/block-storage/how-to/create-a-volume/)
3030
- A valid [API key](/iam/how-to/create-api-keys/)
31-
- A [snapshot](/instances/how-to/create-a-snapshot/)
31+
- A [snapshot](/block-storage/how-to/create-a-snapshot/)
3232
- An [Object Storage bucket](/object-storage/how-to/create-a-bucket/)
3333

3434
## Exporting snapshots
@@ -38,7 +38,7 @@ More information on the QCOW2 file format, and how to use it can be found in the
3838
You need an Object Storage bucket to export your QCOW2 file into. Any bucket that belongs to the same project as the snapshot can be used. However, if you do not have one already, you can [create it](/object-storage/how-to/create-a-bucket/) in the console.
3939
2. Create a snapshot from a volume.
4040

41-
To use this functionality, you must [create a snapshot](/instances/how-to/create-a-snapshot/#how-to-create-a-snapshot) from the volume you want to export.
41+
To use this functionality, you must [create a snapshot](/block-storage/how-to/create-a-snapshot/#how-to-create-a-snapshot) from the volume you want to export.
4242
3. Call the `export` snapshot API endpoint to initiate the snapshot export.
4343

4444
For example, using curl:

pages/instances/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Security groups allow you to [create rules to drop or allow public traffic comin
154154

155155
## Snapshot
156156

157-
A snapshot takes a picture of a specific volume at one point in time. For example, you may have a server with one volume containing the OS and another containing the application data and want to use different snapshot strategies on both volumes. [Creating snapshots of your volumes](/instances/how-to/create-a-snapshot/) gives you total freedom of which volumes you want to back up, while [images](#image) are more convenient for full backups of your Instance.
157+
A snapshot takes a picture of a specific volume at one point in time. For example, you may have a server with one volume containing the OS and another containing the application data and want to use different snapshot strategies on both volumes. [Creating snapshots of your volumes](/block-storage/how-to/create-a-snapshot/) gives you total freedom of which volumes you want to back up, while [images](#image) are more convenient for full backups of your Instance.
158158

159159
## Snapshot type
160160

pages/instances/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ productIcon: InstanceProductIcon
1515

1616
### How can I create an image?
1717

18-
You must [create at least one snapshot](/instances/how-to/create-a-snapshot/) before creating an image.
18+
You must [create at least one snapshot](/block-storage/how-to/create-a-snapshot/) before creating an image.
1919

2020
See the documentation on [creating an image from scratch](/instances/how-to/create-image-from-snapshot/).
2121

pages/instances/how-to/create-a-backup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The image feature lets you create an image of your Instance, which contains all
1818
This feature is available on Instance types. Creating images of your Instance is free. However, keep in mind that as the image feature creates snapshots of your volumes, you will be billed for these snapshots.
1919

2020
<Message type="note">
21-
This creates an image that is a complete backup of your Instance including **all** of its volumes. The [snapshot](/instances/concepts/#snapshot) feature, on the other hand, creates snapshots of specific volumes. Consider [creating a snapshot](/instances/how-to/create-a-snapshot/) if you want to use different snapshot strategies for different volumes of your Instance, e.g., if it has one volume containing the OS and another containing application data.
21+
This creates an image that is a complete backup of your Instance including **all** of its volumes. The [snapshot](/instances/concepts/#snapshot) feature, on the other hand, creates snapshots of specific volumes. Consider [creating a snapshot](/block-storage/how-to/create-a-snapshot/) if you want to use different snapshot strategies for different volumes of your Instance, e.g., if it has one volume containing the OS and another containing application data.
2222
</Message>
2323

2424
<Macro id="requirements" />

pages/instances/how-to/create-image-from-snapshot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ categories:
1818
- A Scaleway account logged into the [console](https://console.scaleway.com)
1919
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2020
- An [Instance](/instances/how-to/create-an-instance/)
21-
- At least one [snapshot](/instances/how-to/create-a-snapshot/)
21+
- At least one [snapshot](/block-storage/how-to/create-a-snapshot/)
2222

2323
## Creating an image from a snapshot via the Scaleway console
2424

pages/instances/how-to/manage-storage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Volumes are the primary storage solution for your Instances. Scaleway Instances
4141
- View volume details
4242
- [Increase volume size](/block-storage/how-to/increase-block-volume/)
4343
- [Detach volume](/block-storage/how-to/detach-a-volume/)
44-
- [Create a snapshot](/instances/how-to/create-a-snapshot/)
44+
- [Create a snapshot](/block-storage/how-to/create-a-snapshot/)
4545
- [Delete volume](/block-storage/how-to/delete-a-volume/)
4646

4747
### Adding a volume

pages/instances/how-to/migrate-volumes-snapshots-to-sbs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ To convert your unified volumes and snapshots, you can use the snapshot export/i
298298

299299
Follow the procedure below:
300300

301-
1. [Create a snapshot of your Block Storage legacy volume](/instances/how-to/create-a-snapshot/).
301+
1. [Create a snapshot of your Block Storage legacy volume](/block-storage/how-to/create-a-snapshot/).
302302
2. [Export the snapshot](/instances/api-cli/snapshot-import-export-feature/#exporting-snapshots).
303303
3. [Import the snapshot into a new Low Latency volume](https://www.scaleway.com/en/developers/api/block/#path-snapshot-import-a-snapshot-from-a-scaleway-object-storage-bucket).
304304

pages/instances/reference-content/cost-optimized.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The table below displays the technical specifications of COP-ARM Instances:
7070

7171
To help build and manage your applications, consider complementing your Instance with the following compatible services:
7272
- [Learn how to back up your Instance](/instances/how-to/create-a-backup/)
73-
- [Learn how to create snapshots of your Instance for specific volumes](/instances/how-to/create-a-snapshot/)
73+
- [Learn how to create snapshots of your Instance for specific volumes](/block-storage/how-to/create-a-snapshot/)
7474
- [Learn how to migrate your data from one Instance to another](/instances/how-to/migrate-instances/)
7575

7676
## Matching use cases

pages/instances/reference-content/learning.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Scaleway's **Learning** range includes our Stardust Instances. Stardust Instance
3939
To help build and manage your applications, consider complementing your Stardust Instance with the following compatible services:
4040

4141
- [Learn how to back up your Instance](/instances/how-to/create-a-backup/)
42-
- [Learn how to create snapshots of your Instance for specific volumes](/instances/how-to/create-a-snapshot/)
42+
- [Learn how to create snapshots of your Instance for specific volumes](/block-storage/how-to/create-a-snapshot/)
4343
- [Learn how to migrate your data from one Instance to another](/instances/how-to/migrate-instances/)
4444

4545
## Matching use cases

0 commit comments

Comments
 (0)