Skip to content

Commit 5fc9ac1

Browse files
committed
Fix links
1 parent f6d3745 commit 5fc9ac1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/persistence/postgres/how-to/existing-instance-private-ip.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Under `Events` you should see an error detailing the reason for the failure.
2020
If you see a message that says `Cannot assign a private IP address for an existing Cloud SQL instance in a Shared VPC`,
2121
the problem is that the deletion of the application resulted in a bit of information being lost, which causes nais to attempt to assign a private IP to the instance.
2222

23-
An [SQLInstance](../../persistence/postgres/explanations/cloud-sql-instance.md) created before 2024-04-18 will have a public IP address, and can not be updated to have a private IP address.
23+
An [SQLInstance](../explanations/cloud-sql-instance.md) created before 2024-04-18 will have a public IP address, and can not be updated to have a private IP address.
2424
This error occurs when the SQLInstance resource in the cluster has been deleted, without the corresponding instance actually being deleted in GCP.
2525
In this case, nais is unable to detect that the instance has a public IP, and will attempt to assign a private IP, which is not possible.
2626

docs/workloads/how-to/troubleshooting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ When the SQLInstance is not ready, either because it is still being created, or
182182
Possible causes and how to resolve them:
183183

184184
- An existing certificate blocks creation of a new one.
185-
See [Certification sync issues](./postgres/how-to/certification-sync-issues.md) for more information.
185+
See [Certification sync issues](../../persistence/postgres/how-to/certification-sync-issues.md) for more information.
186186
- Attempting to assign a private IP to an existing Cloud SQL instance.
187-
See [Failing to assign private IP to an existing Cloud SQL instance](./postgres/how-to/existing-instance-private-ip.md) for more information.
187+
See [Failing to assign private IP to an existing Cloud SQL instance](../../persistence/postgres/how-to/existing-instance-private-ip.md) for more information.
188188

189189
### Step 4. Ask for help
190190

0 commit comments

Comments
 (0)