Skip to content

Commit b3b8c85

Browse files
authored
Site: Hugo docs relative links (#2892)
1 parent 97714fc commit b3b8c85

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

site/content/in-dev/unreleased/getting-started/using-polaris/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export CLIENT_ID=YOUR_CLIENT_ID
3131
export CLIENT_SECRET=YOUR_CLIENT_SECRET
3232
```
3333

34-
Refer to the [Creating a Catalog]({{% ref "creating-a-catalog" %}}) page for instructions on defining a
34+
Refer to the [Creating a Catalog]({{% ref "../creating-a-catalog" %}}) page for instructions on defining a
3535
catalog for your specific storage type. The following examples assume the catalog's name is `quickstart_catalog`.
3636

3737
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.

site/content/in-dev/unreleased/managing-security/external-idp/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,5 +251,5 @@ See more examples below.
251251

252252
### Additional Links
253253

254-
* For complete Keycloak integration example, see: [Keycloak External IDP Configuration Guide]({{< relref "keycloak-idp.md" >}})
254+
* For complete Keycloak integration example, see: [Keycloak External IDP Configuration Guide]({{< relref "../../getting-started/using-polaris/keycloak-idp.md" >}})
255255
* See [Developer Notes]({{< relref "idp-dev-notes.md" >}}) with internal implementation details for developers who want to understand or extend Polaris authentication.

site/content/in-dev/unreleased/telemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,4 @@ MDC context is propagated across threads, including in `TaskExecutor` threads.
193193

194194
## Links
195195

196-
Visit [Using Polaris with telemetry tools]({{% relref "telemetry-tools" %}}) to see sample Polaris config with Prometheus and Jaeger.
196+
Visit [Using Polaris with telemetry tools]({{% relref "getting-started/using-polaris/telemetry-tools" %}}) to see sample Polaris config with Prometheus and Jaeger.

0 commit comments

Comments
 (0)