Skip to content

Commit f4df227

Browse files
committed
docs(bls): fix
1 parent 9670052 commit f4df227

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

faq/blockstorage.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: Block Storage
77
dates:
8-
validation: 2024-12-19
8+
validation: 2025-01-07
99
category: storage
1010
productIcon: BlockStorageProductIcon
1111
---
@@ -65,9 +65,9 @@ However, you can use the snapshot export/import feature as a temporary solution
6565
While this approach allows you to transition to a Block Storage Low Latency volume, it is only a workaround.
6666
</Message>
6767

68-
1. [Export a snapshot of your Block Storage legacy volume](/compute/instances/api-cli/snapshot-import-export-feature/#exporting-snapshots).
68+
1. [Export a snapshot of your Block Storage volume](/compute/instances/api-cli/snapshot-import-export-feature/#exporting-snapshots).
6969
2. [Import the snapshot into a new Low Latency volume](/compute/instances/api-cli/snapshot-import-export-feature/#importing-snapshots).
7070

71-
Find out how to [migrate your Block Storage legacy volumes and snapshots](/compute/instances/how-to/migrate-volumes-snapshots-to-sbs/) from the Instance API to the Block Storage API.
71+
Find out how to [migrate your Block Storage volumes and snapshots](/compute/instances/how-to/migrate-volumes-snapshots-to-sbs/) from the Instance API to the Block Storage API.
7272

7373
Find out about the [advantages of migrating the management of your volumes and snapshots](/storage/block/reference-content/advantages-migrating-to-sbs) from the Instance API to the Block Storage API.

macros/storage/block-storage-migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ macro: block-storage-migration
55
<Message type="important">
66
- Scaleway is transitioning the management of all block volumes and snapshots from the [Instance API](https://www.scaleway.com/en/developers/api/instance/) to the [Block Storage API](https://www.scaleway.com/en/developers/api/block/).
77
- Find out about the [advantages of migrating the management of your volumes and snapshots](/storage/block/reference-content/advantages-migrating-to-sbs/) from the Instance API to the Block Storage API.
8-
- Find out how to [migrate your Block Storage legacy volumes and snapshots](/compute/instances/how-to/migrate-volumes-snapshots-to-sbs/) from the Instance API to the Block Storage API.
8+
- Find out how to [migrate your Block Storage volumes and snapshots](/compute/instances/how-to/migrate-volumes-snapshots-to-sbs/) from the Instance API to the Block Storage API.
99
</Message>

storage/block/api-cli/identifying-volume-snapshot-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ An output similar to the following should display:
307307
13307e4a-c075-4421-b9b5-436732a1c739 vol-admiring-noether sbs_5k 25 GB
308308
```
309309

310-
Note that the `TYPE` field displays `sbs-15k` or `sbs_5k`, meaning our volumes are managed by the Block Storage API.
310+
Note that the `TYPE` field displays `sbs_15k` or `sbs_5k`, meaning our volumes are managed by the Block Storage API.
311311

312312
## Identifying the API managing snapshots with the CLI
313313

storage/block/reference-content/advantages-migrating-to-sbs.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ categories:
1313
- storage
1414
---
1515

16-
This page explains why you should migrate from the Instance API to the Block Storage API to create and manage block volumes and snapshots.
16+
This page explains why **Instance users** should migrate from the Instance API to the Block Storage API to create and manage block volumes and snapshots.
1717

1818
<Message type="important">
19-
The information displayed on this page **only applies to Instance users with block volumes**. It **does not apply to Kapsule users with block persistent volumes**.
19+
The information displayed on this page **does not apply to Kapsule users with block persistent volumes**.
2020
</Message>
2121

2222
## Transitioning from the Instance API to the Block Storage API for volume and snapshot management
@@ -88,7 +88,7 @@ By transitioning to the Block Storage API, you align with Scaleway's consolidate
8888

8989
## Impact on volume names in virtual machines
9090

91-
When transitioning to the Block Storage API, you may notice changes in how volumes are identified in your virtual machines (VMs). For more details on how devices are named and identified, refer to [this documentation](/compute/instances/reference-content/identify-devices/).
91+
When transitioning to the Block Storage API, you may notice changes in how volumes are identified in your virtual machines (VMs). For more details on how devices are named and identified, refer to [our documentation on identifying devices on a Scaleway Instance](/compute/instances/reference-content/identify-devices/).
9292

9393
## How to transition?
9494

0 commit comments

Comments
 (0)