From a73ace219448faa6e33e48e8ec0f35826c5b4f3f Mon Sep 17 00:00:00 2001 From: Oleg Soloviov Date: Fri, 24 Oct 2025 18:13:28 +0100 Subject: [PATCH] fix: Hugo docs relative links --- .../in-dev/unreleased/getting-started/using-polaris/_index.md | 2 +- .../in-dev/unreleased/managing-security/external-idp/_index.md | 2 +- site/content/in-dev/unreleased/telemetry.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site/content/in-dev/unreleased/getting-started/using-polaris/_index.md b/site/content/in-dev/unreleased/getting-started/using-polaris/_index.md index a2e9f521a5..752a846f5c 100644 --- a/site/content/in-dev/unreleased/getting-started/using-polaris/_index.md +++ b/site/content/in-dev/unreleased/getting-started/using-polaris/_index.md @@ -31,7 +31,7 @@ export CLIENT_ID=YOUR_CLIENT_ID export CLIENT_SECRET=YOUR_CLIENT_SECRET ``` -Refer to the [Creating a Catalog]({{% ref "creating-a-catalog" %}}) page for instructions on defining a +Refer to the [Creating a Catalog]({{% ref "../creating-a-catalog" %}}) page for instructions on defining a catalog for your specific storage type. The following examples assume the catalog's name is `quickstart_catalog`. In Polaris, the [catalog]({{% relref "../../entities#catalog" %}}) is the top-level entity that objects like [tables]({{% relref "../../entities#table" %}}) and [views]({{% relref "../../entities#view" %}}) are organized under. diff --git a/site/content/in-dev/unreleased/managing-security/external-idp/_index.md b/site/content/in-dev/unreleased/managing-security/external-idp/_index.md index 0b236cf31a..4ccecbadfd 100644 --- a/site/content/in-dev/unreleased/managing-security/external-idp/_index.md +++ b/site/content/in-dev/unreleased/managing-security/external-idp/_index.md @@ -251,5 +251,5 @@ See more examples below. ### Additional Links -* For complete Keycloak integration example, see: [Keycloak External IDP Configuration Guide]({{< relref "keycloak-idp.md" >}}) +* For complete Keycloak integration example, see: [Keycloak External IDP Configuration Guide]({{< relref "../../getting-started/using-polaris/keycloak-idp.md" >}}) * See [Developer Notes]({{< relref "idp-dev-notes.md" >}}) with internal implementation details for developers who want to understand or extend Polaris authentication. \ No newline at end of file diff --git a/site/content/in-dev/unreleased/telemetry.md b/site/content/in-dev/unreleased/telemetry.md index 13b2823789..8bf8df03c3 100644 --- a/site/content/in-dev/unreleased/telemetry.md +++ b/site/content/in-dev/unreleased/telemetry.md @@ -193,4 +193,4 @@ MDC context is propagated across threads, including in `TaskExecutor` threads. ## Links -Visit [Using Polaris with telemetry tools]({{% relref "telemetry-tools" %}}) to see sample Polaris config with Prometheus and Jaeger. +Visit [Using Polaris with telemetry tools]({{% relref "getting-started/using-polaris/telemetry-tools" %}}) to see sample Polaris config with Prometheus and Jaeger.