This is an automated email from the ASF dual-hosted git repository.
yufei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new b3b8c851b Site: Hugo docs relative links (#2892)
b3b8c851b is described below
commit b3b8c851b4cd48ae2724c1450cb6b2fc48aee06e
Author: olsoloviov <[email protected]>
AuthorDate: Fri Oct 24 19:12:50 2025 +0100
Site: Hugo docs relative links (#2892)
---
site/content/in-dev/unreleased/getting-started/using-polaris/_index.md | 2 +-
site/content/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 a2e9f521a..752a846f5 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 0b236cf31..4ccecbadf 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 13b282378..8bf8df03c 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.