Skip to content

Commit a952444

Browse files
committed
fix: Fix broken links and add redirect for external release notes links
1 parent ec57570 commit a952444

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

modules/contributor/pages/adr/ADR029-database-connection.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ druid.metadata.storage.connector.password=druid
255255

256256
2.) Apache Superset
257257

258-
NOTE: Superset supports a very wide range of database systems as described https://superset.apache.org/docs/databases/installing-database-drivers[here]. Not all of them are suitable for metadata storage.
258+
NOTE: Superset supports a very wide range of database systems as described https://superset.apache.org/user-docs/databases/#installing-database-drivers[here]. Not all of them are suitable for metadata storage.
259259

260260
Connections to Apache Hive, Apache Druid and Trino clusters deployed as part of the SDP platform can be automated by using discovery configuration maps. In this case, the only attribute to configure is the name of the discovery config map of the appropriate system.
261261

modules/contributor/pages/adr/ADR034-foundation-webhooks-deployment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,5 +230,5 @@ Chosen <<option5>>, because it fits on all decision drivers.
230230

231231
== Links
232232

233-
- ADR https://docs.stackable.tech/home/nightly/contributor/adr/adr034-foundation-webhooks-ca-bundle.adoc[CA bundle injection]
233+
- ADR https://docs.stackable.tech/home/nightly/contributor/adr/adr033-foundation-webhooks-ca-bundle.adoc[CA bundle injection]
234234
- https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/[Kubernetes CRD versioning]

modules/contributor/partials/current_adrs.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@
2929
**** xref:adr/ADR030-allowed-pod-disruptions.adoc[]
3030
**** xref:adr/ADR031-resource-labels.adoc[]
3131
**** xref:adr/ADR032-oidc-support.adoc[]
32+
**** xref:adr/ADR033-foundation-webhooks-ca-bundle.adoc[]
3233
**** xref:adr/ADR034-foundation-webhooks-deployment.adoc[]
3334
**** xref:adr/ADR035-user-info-fetcher.adoc[]

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@
66
from = "/home/stable/reference/*"
77
to = "https://crds.stackable.tech/"
88
status = 301
9+
10+
[[redirects]]
11+
from = "/home/stable/release_notes.html"
12+
to = "/home/stable/release-notes"
13+
status = 301

0 commit comments

Comments
 (0)