Skip to content

Commit 34ae6bd

Browse files
authored
docs(gen): fix broken links (#5599)
* docs(fix): broken links * docs(gen): fix broken links
1 parent df41d3d commit 34ae6bd

File tree

15 files changed

+18
-18
lines changed

15 files changed

+18
-18
lines changed

changelog/august2023/2023-08-31-postgresql-and-mysql-added-promote-a-read-replica.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ product: postgresql-and-mysql
1111

1212
You can now promote a Read Replica node to a standalone Database Instance. This is useful for database failure recovery or sharding.
1313

14-
For more information, refer to the [How to manage Read Replica](/managed-databases-for-postgresql-and-mysql/how-to/manage-read-replica/#how-to-promote-a-read-replica) documentation page.
14+
For more information, refer to the [How to manage Read Replica](/managed-databases-for-postgresql-and-mysql/how-to/manage-read-replicas/#how-to-promote-a-read-replica) documentation page.
1515

pages/account/troubleshooting/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ productIcon: AccountExperienceProductIcon
5656
- [I cannot log into my account](/account/troubleshooting/cannot-log-into-my-account)
5757
- [I see a 'Quotas exceeded' error message](/account/troubleshooting/quotas-exceeded-error-message)
5858
- [I can't verify my identity](/account/troubleshooting/cannot-verify-identity)
59-
- [My account requires a manual review or further review](manual-further-review)
60-
- [I can't validate my phone number](cannot-validate-phone-number)
59+
- [My account requires a manual review or further review](/account/troubleshooting/manual-further-review)
60+
- [I can't validate my phone number](/account/troubleshooting/cannot-validate-phone-number)
6161
</LinksList>

pages/instances/reference-content/moving-instances-between-az-and-projects.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can perform these actions using the Scaleway console, CLI, or API.
1515
<Requirements />
1616
- A Scaleway account logged into the [console](https://console.scaleway.com)
1717
- An [Instance](/instances/how-to/create-an-instance/)
18-
- The [Scaleway CLI](/docs/scaleway-cli/quickstart/) installed (for CLI-based instructions)
18+
- The [Scaleway CLI](/scaleway-cli/quickstart/) installed (for CLI-based instructions)
1919
- A valid [API key](/iam/how-to/create-api-keys/) with sufficient permissions (for API-based instructions)
2020
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2121

pages/interlink/reference-content/configuring.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Read more about each step, and possible errors at each stage, in the following s
2424
### 1. Create the InterLink
2525

2626
Creating an InterLink is itself a multi-step process:
27-
- **Hosted InterLinks**: [Order the dedicated physical connection](/concepts/#dedicated-physical-connection) from the Scaleway sales team, then [create the InterLink](/interlink/how-to/order-interlink/) via the Scaleway console or developer tools, specifying the dedicated physical connection to use.
27+
- **Hosted InterLinks**: [Order the dedicated physical connection](/interlink/concepts/#dedicated-physical-connection) from the Scaleway sales team, then [create the InterLink](/interlink/how-to/order-interlink/) via the Scaleway console or developer tools, specifying the dedicated physical connection to use.
2828
- **Self hosted InterLink**: [Create the InterLink](/interlink/how-to/order-interlink/) via the Scaleway console or developer tools, then follow the multi-step process that requires action on both the Scaleway side, and on the partner side. This process is explained in full in [Provisioning an InterLink](/interlink/reference-content/provisioning/).
2929

3030
You must wait until the InterLink has reached `Active` or `Ready` [status](/interlink/reference-content/statuses/) before you can continue with the following configuration steps.

pages/managed-databases-for-postgresql-and-mysql/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ A database type that uses the relational model, which means that it stores and p
120120

121121
This is the type of storage used on your Database Instances. Two types are available: [Local Storage](#local-storage) and [Block Storage](#block-storage).
122122

123-
You can select the volume type upon Database Instance creation, and you can [change the type](/managed-databases-for-postgresql-and-mysql/how-to/change-volume-type/) anytime.
123+
You can select the volume type upon Database Instance creation, and you can [change the type](/managed-databases-for-postgresql-and-mysql/how-to/manage-volumes/) anytime.

pages/managed-databases-for-postgresql-and-mysql/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You can use the [Read Replica feature](/managed-databases-for-postgresql-and-mys
114114

115115
## If my main node becomes unavailable, is my Read Replica automatically promoted to the main node?
116116

117-
No. To promote a Read Replica to the main node, follow the [How to promote a Read Replica](/managed-databases-for-postgresql-and-mysql/how-to/manage-read-replica/#how-to-promote-a-read-replica) procedure.
117+
No. To promote a Read Replica to the main node, follow the [How to promote a Read Replica](/managed-databases-for-postgresql-and-mysql/how-to/manage-read-replicas/#how-to-promote-a-read-replica) procedure.
118118

119119
## Why is my number of active backups/snapshots exceeding the quota?
120120

pages/managed-databases-for-postgresql-and-mysql/how-to/clone-a-database-instance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The clone feature allows you to create a new Database Instance from an existing
3131
6. Enter a name for your database or leave the default name suggested by the Scaleway console.
3232
7. Select a node type. You can keep the same node type, or upgrade to a bigger one.
3333
<Message type="important">
34-
If you have a Database Instance using a Local volume node type and want to upgrade to an Instance that uses Block volumes node type, you must [change the volume type](/managed-databases-for-postgresql-and-mysql/how-to/change-volume-type/) to Block Storage first.
34+
If you have a Database Instance using a Local volume node type and want to upgrade to an Instance that uses Block volumes node type, you must [change the volume type](/managed-databases-for-postgresql-and-mysql/how-to/manage-volumes/) to Block Storage first.
3535
</Message>
3636
8. Click **Clone Database Instance**.
3737

pages/managed-databases-for-postgresql-and-mysql/how-to/manage-nodes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can change your Database Instance node type and enable High Availability aft
1919
## How to change the node type
2020

2121
<Message type="important">
22-
If you have a Database Instance that uses a Local volume, and you want to upgrade to a node type that uses Block volumes, you must [change the volume type](/managed-databases-for-postgresql-and-mysql/how-to/change-volume-type/) to Block Storage first.
22+
If you have a Database Instance that uses a Local volume, and you want to upgrade to a node type that uses Block volumes, you must [change the volume type](/managed-databases-for-postgresql-and-mysql/how-to/manage-volumes/) to Block Storage first.
2323
</Message>
2424

2525
1. Click **PostgreSQL and MySQL** under **Databases** on the side menu. A list of your Database Instances displays.

pages/managed-databases-for-postgresql-and-mysql/how-to/manage-read-replicas.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ A Read Replica is a live copy of a Database Instance that behaves like an Instan
4040
</Message>
4141

4242
<Message type="important">
43-
If you select **Public network**, you can [attach a Private Network](/managed-databases-for-postgresql-and-mysql/how-to/manage-read-replica/#how-to-manage-private-networks) to your Read Replica after its creation. If you choose to attach your Read Replica to a Private Network, you will not be able to add a Public Network to the same Read Replica later via the Scaleway console. You can, however, use the [Managed Databases API](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/) to do so via a command line or Terraform/OpenTofu.
43+
If you select **Public network**, you can [attach a Private Network](/managed-databases-for-postgresql-and-mysql/how-to/manage-read-replicas/#how-to-manage-private-networks) to your Read Replica after its creation. If you choose to attach your Read Replica to a Private Network, you will not be able to add a Public Network to the same Read Replica later via the Scaleway console. You can, however, use the [Managed Databases API](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/) to do so via a command line or Terraform/OpenTofu.
4444
</Message>
4545
8. Click **Create Read Replica**. A list of your Read Replicas displays.
4646
<Message type="important">

pages/managed-databases-for-postgresql-and-mysql/how-to/upgrade-version.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If your database engine is outdated, you can upgrade the version to the latest o
2020
<Message type="important">
2121
The version upgrade is only available for:
2222
- Database Instances using engine versions preceding the most recent version available.
23-
- Database Instances using Block volumes. If your Database Instance uses a Local volume, you must first [change the volume type](/managed-databases-for-postgresql-and-mysql/how-to/change-volume-type/) to a Block volume and try again.
23+
- Database Instances using Block volumes. If your Database Instance uses a Local volume, you must first [change the volume type](/managed-databases-for-postgresql-and-mysql/how-to/manage-volumes/) to a Block volume and try again.
2424
</Message>
2525

2626
<Requirements />
@@ -67,7 +67,7 @@ We recommend you remove the identified instances before continuing.
6767
<Message type="important">
6868
When you upgrade to a new version:
6969
- There is no synchronization between the source and target Database Instances. To avoid data loss, we recommend you stop any write operations running on your applications during the upgrade. If you let them run during the process, the data will be stored only in the source Database Instance.
70-
- Your Database Instances in [High Availability (HA)](/managed-databases-for-postgresql-and-mysql/concepts/#high-availability) mode will migrate to a standalone Instance. To maintain your HA mode, you must manually [enable HA](/managed-databases-for-postgresql-and-mysql/how-to/manage-nodes/enable-high-availability) after the upgrade is complete. The same applies when upgrading [Read Replicas](/managed-databases-for-postgresql-and-mysql/how-to/manage-read-replicas).
70+
- Your Database Instances in [High Availability (HA)](/managed-databases-for-postgresql-and-mysql/concepts/#high-availability) mode will migrate to a standalone Instance. To maintain your HA mode, you must manually [enable HA](/managed-databases-for-postgresql-and-mysql/how-to/manage-nodes/#how-to-enable-high-availability) after the upgrade is complete. The same applies when upgrading [Read Replicas](/managed-databases-for-postgresql-and-mysql/how-to/manage-read-replicas).
7171
- Database Instance [advanced settings](/managed-databases-for-postgresql-and-mysql/how-to/configure-advanced-settings) are synced as long as they are still available on the new database engine version.
7272
</Message>
7373

0 commit comments

Comments
 (0)