Skip to content

Commit 24be6e4

Browse files
committed
fix(faq): links
1 parent ece113e commit 24be6e4

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

pages/account/reference-content/products-availability.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ Scaleway products are available in multiple regions and locations worldwide. Thi
5959
| | Audit Trail | Across Paris region | Across Amsterdam region | Not available yet |
6060

6161

62-
* \* All Glacier data is stored in [Paris DC4](/objectstorage/faq/#why-are-glacier-objects-stored-in-paris-dc4-is-it-accessible-from-buckets-in-all-locations).
62+
* \* All Glacier data is stored in [Paris DC4](/object-storage/faq/#why-are-glacier-objects-stored-in-paris-dc4-is-it-accessible-from-buckets-in-all-locations).

pages/messaging/how-to/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To start using a NATS message broker, you must first create a NATS account. This
3939

4040
- Choose a **region**, which is the geographical location in which your NATS account will be created.
4141
- Enter a **name** for your NATS account, or use the auto-generated name suggested for you.
42-
- Optional: Use the *Estimated cost** calculator to simulate how messages sent and stored with NATS streams will be billed. Note that simply creating a NATS account does not in itself incur any billing. For more information about NATS billing, see the [FAQ](/messaging-and-queuing/faq/#how-are-nats-queues-and-topics-and-events-billed).
42+
- Optional: Use the *Estimated cost** calculator to simulate how messages sent and stored with NATS streams will be billed. Note that simply creating a NATS account does not in itself incur any billing. For more information about NATS billing, see the [FAQ](/messaging/faq/#how-are-nats-queues-and-topics-and-events-billed).
4343
- Click **Create NATS account** to finish.
4444

4545
You are directed to the listing of your NATS accounts, where your newly-created NATS account now appears.

pages/messaging/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To start using a NATS message broker, you must first create a NATS account. This
3838

3939
- Choose a **region**, which is the geographical location in which your NATS account will be created.
4040
- Enter a **name** for your NATS account, or use the auto-generated name suggested for you.
41-
- Optional: Use the *Estimated cost** calculator to simulate how messages sent and stored with NATS streams will be billed. Note that simply creating a NATS account does not in itself incur any billing. For more information about NATS billing, see the [FAQ](/messaging-and-queuing/faq/#how-are-nats-queues-and-topics-and-events-billed).
41+
- Optional: Use the *Estimated cost** calculator to simulate how messages sent and stored with NATS streams will be billed. Note that simply creating a NATS account does not in itself incur any billing. For more information about NATS billing, see the [FAQ](/messaging/faq/#how-are-nats-queues-and-topics-and-events-billed).
4242
- Click **Create NATS account** to finish.
4343

4444
You are directed to the listing of your NATS accounts, where your newly-created NATS account now appears.

pages/object-storage/api-cli/lifecycle-rules-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Currently, the **expiration**, **transition**, and **incomplete multipart upload
3535
Refer to our [dedicated documentation](/object-storage/how-to/edit-storage-class/) to manually change the storage class of your objects.
3636
</Message>
3737

38-
There might, for example, be a need to store log files for a week or a month, after which they become obsolete. It is possible to set a lifecycle rule to delete them automatically when they become obsolete. If you consider that a 3-month-old object is rarely used but still has a value, you might want to configure a rule to send it automatically to [Scaleway Glacier](/objectstorage/faq/#what-is-the-cold-storage-glacier-class), for example.
38+
There might, for example, be a need to store log files for a week or a month, after which they become obsolete. It is possible to set a lifecycle rule to delete them automatically when they become obsolete. If you consider that a 3-month-old object is rarely used but still has a value, you might want to configure a rule to send it automatically to [Scaleway Glacier](/object-storage/faq/#what-is-the-cold-storage-glacier-class), for example.
3939

4040
Lifecycle management on Object Storage is available on every Amazon S3 compliant tool (sdk, aws-cli, boto, etc), as well as from the Scaleway [console](https://console.scaleway.com/organization).
4141

pages/object-storage/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Refer to the [dedicated documentation](/object-storage/api-cli/generate-aws4-aut
172172

173173
You can choose a storage class depending on your use case:
174174

175-
- `Standard`: the Standard class for any upload; is suitable for on-demand content like streaming or CDN. The `Standard` class is [Multi-AZ](/objectstorage/faq/#what-are-the-object-storage-classes-offered-by-scaleway), and is available in [all regions](#region-and-availability-zone).
175+
- `Standard`: the Standard class for any upload; is suitable for on-demand content like streaming or CDN. The `Standard` class is [Multi-AZ](/object-storage/faq/#what-are-the-object-storage-classes-offered-by-scaleway), and is available in [all regions](#region-and-availability-zone).
176176
- `One Zone - Infrequent Access `: the One Zone - IA class is a good choice for storing secondary backup copies or easily re-creatable data. It is available in [all regions](#region-and-availability-zone).
177177
- `Glacier`: Archived storage - prices are lower, but it needs to be restored first to be accessed. It is available in the `fr-par` and `nl-ams` regions.
178178

pages/object-storage/how-to/create-a-bucket.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To get started with Object Storage, you must first create a bucket. Objects are
4040
</Message>
4141
5. Select a use case for your bucket.
4242
6. Enable [bucket versioning](/object-storage/how-to/use-bucket-versioning/) if you want to store multiple versions of your objects (this may lead to higher storage costs).
43-
7. If applicable, you can tick the **Activate 90-day free trial** to benefit from 750 GB of free [Multi-AZ class storage](/objectstorage/faq/#what-are-the-object-storage-classes-offered-by-scaleway) for buckets in your Organization, across all regions. Refer to our [dedicated FAQ](/objectstorage/faq/#how-can-i-benefit-from-the-object-storage-free-trial) for more information.
43+
7. If applicable, you can tick the **Activate 90-day free trial** to benefit from 750 GB of free [Multi-AZ class storage](/object-storage/faq/#what-are-the-object-storage-classes-offered-by-scaleway) for buckets in your Organization, across all regions. Refer to our [dedicated FAQ](/object-storage/faq/#how-can-i-benefit-from-the-object-storage-free-trial) for more information.
4444
8. Enter a name for your bucket.
4545
9. Optionally, you can use the cost estimator to simulate your Object Storage costs.
4646
10. Click **Create bucket** to confirm. A list of your buckets displays, showing the newly created bucket.

pages/object-storage/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can find more information about your bucket by clicking on its name in the *
5757
Before uploading your files, make sure the file name follows the [AWS S3 Object key naming guidelines](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-guidelines).
5858
</Message>
5959
5. Select the Storage Class of your object. Scaleway Object Storage allows you to associate storage classes with each of your objects. You can choose the storage class depending on your use case:
60-
- [Standard](/object-storage/concepts/#storage-class): The `Standard` class is [Multi-AZ](/objectstorage/faq/#what-are-the-object-storage-classes-offered-by-scaleway), and is available in all regions. It is suitable for any use case, such as on-demand content, like streaming or CDN.
60+
- [Standard](/object-storage/concepts/#storage-class): The `Standard` class is [Multi-AZ](/object-storage/faq/#what-are-the-object-storage-classes-offered-by-scaleway), and is available in all regions. It is suitable for any use case, such as on-demand content, like streaming or CDN.
6161
- [One Zone - IA](/object-storage/concepts/#storage-class): The `One Zone - IA` class is available in all regions, and is a good choice for storing secondary backup copies or easily re-creatable data.
6262
- [Glacier](/object-storage/concepts/#storage-class): Archived storage. Your data needs to be restored first to be accessed. This class is available in the `fr-par` and `nl-ams` regions.
6363

0 commit comments

Comments
 (0)