Skip to content

Commit 78d5723

Browse files
authored
fix(docs): fix some broken url. (#2335)
1 parent ad959fb commit 78d5723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The Relational JDBC metastore currently relies on a Quarkus-managed datasource a
4242
Please refer to the documentation here:
4343
[Configure data sources in Quarkus](https://quarkus.io/guides/datasource)
4444

45-
Additionally the retries can be configured via `polaris.persistence.relational.jdbc.*` properties please ref [configuration](./configuration.md)
45+
Additionally the retries can be configured via `polaris.persistence.relational.jdbc.*` properties please ref [configuration]({{% ref "configuration" %}})
4646

4747
## EclipseLink (Deprecated)
4848
> [!IMPORTANT]
@@ -86,7 +86,7 @@ A single `persistence.xml` can describe multiple [persistence units](https://ecl
8686
The default [persistence.xml] in Polaris is already configured for H2, but you can easily customize
8787
your H2 configuration using the persistence unit template below:
8888

89-
[persistence.xml]: https://github.com/apache/polaris/blob/main/extension/persistence/eclipselink/src/main/resources/META-INF/persistence.xml
89+
[persistence.xml]: https://github.com/apache/polaris/blob/main/persistence/eclipselink/src/main/resources/META-INF/persistence.xml
9090

9191
```xml
9292
<persistence-unit name="polaris" transaction-type="RESOURCE_LOCAL">

0 commit comments

Comments
 (0)