This is an automated email from the ASF dual-hosted git repository.

dimas 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 78d572392 fix(docs): fix some broken url. (#2335)
78d572392 is described below

commit 78d572392f6907cb31f3a764baf90137fcad4d14
Author: Yujiang Zhong <42907416+zhongyuji...@users.noreply.github.com>
AuthorDate: Thu Aug 14 04:23:07 2025 +0800

    fix(docs): fix some broken url. (#2335)
---
 site/content/in-dev/unreleased/metastores.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/content/in-dev/unreleased/metastores.md 
b/site/content/in-dev/unreleased/metastores.md
index 224f35047..dd1d7f6f9 100644
--- a/site/content/in-dev/unreleased/metastores.md
+++ b/site/content/in-dev/unreleased/metastores.md
@@ -42,7 +42,7 @@ The Relational JDBC metastore currently relies on a 
Quarkus-managed datasource a
 Please refer to the documentation here:
 [Configure data sources in Quarkus](https://quarkus.io/guides/datasource)
 
-Additionally the retries can be configured via 
`polaris.persistence.relational.jdbc.*` properties please ref 
[configuration](./configuration.md)
+Additionally the retries can be configured via 
`polaris.persistence.relational.jdbc.*` properties please ref 
[configuration]({{% ref "configuration" %}})
 
 ## EclipseLink (Deprecated)
 > [!IMPORTANT]
@@ -86,7 +86,7 @@ A single `persistence.xml` can describe multiple [persistence 
units](https://ecl
 The default [persistence.xml] in Polaris is already configured for H2, but you 
can easily customize
 your H2 configuration using the persistence unit template below:
 
-[persistence.xml]: 
https://github.com/apache/polaris/blob/main/extension/persistence/eclipselink/src/main/resources/META-INF/persistence.xml
+[persistence.xml]: 
https://github.com/apache/polaris/blob/main/persistence/eclipselink/src/main/resources/META-INF/persistence.xml
 
 ```xml
 <persistence-unit name="polaris" transaction-type="RESOURCE_LOCAL">

Reply via email to