Skip to content

Commit ba4985f

Browse files
authored
fix(blog): correct 1.30 RC1 doc links (#451)
The 1.30 RC1 post linked docs under /docs/preview/, a slug that only existed on the old pre-Docusaurus /documentation/ site. The current site uses bare version paths, so the links 404ed. Point them at /docs/1.30/ to match the 1.29 convention. Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
1 parent c11ca78 commit ba4985f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • content/releases/cloudnative-pg-1-30.0-rc1-released

content/releases/cloudnative-pg-1-30.0-rc1-released/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ While refinements may still occur, here's a look at what's new.
3636
### DatabaseRole CRD for declarative role management
3737

3838
The headline addition in 1.30 is the new
39-
[`DatabaseRole`](https://cloudnative-pg.io/docs/preview/declarative_role_management/#the-databaserole-resource)
39+
[`DatabaseRole`](https://cloudnative-pg.io/docs/1.30/declarative_role_management/#the-databaserole-resource)
4040
custom resource, which manages a PostgreSQL role as a standalone Kubernetes
4141
object rather than inline in the `Cluster`'s `.spec.managed.roles` stanza. Each
4242
role now has its own lifecycle, status and RBAC, which suits GitOps workflows
@@ -58,7 +58,7 @@ cluster, that acts as a mutex serializing primary promotion. The instance
5858
manager must hold the lease before acting as primary and releases it on clean
5959
shutdown, so replicas can promote without waiting for the full TTL. Timings are
6060
configurable through the new
61-
[`.spec.primaryLease`](https://cloudnative-pg.io/docs/preview/failover/#tuning-the-primary-lease)
61+
[`.spec.primaryLease`](https://cloudnative-pg.io/docs/1.30/failover/#tuning-the-primary-lease)
6262
stanza.
6363

6464
To be precise about the architecture: the lease is a promotion gate, not a
@@ -91,7 +91,7 @@ PostgreSQL version to 18.4.
9191
> CEL validation rule at the API server, as it had no well-defined semantics.
9292
9393
Dive into the full details in the
94-
[release notes for 1.30 RC1](https://cloudnative-pg.io/docs/preview/release_notes/v1.30/).
94+
[release notes for 1.30 RC1](https://cloudnative-pg.io/docs/1.30/release_notes/v1.30/).
9595

9696
## Testing
9797

0 commit comments

Comments
 (0)