From 9594ef498fa6275fa52c3f158c5b2c86985e7330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Fri, 23 Jun 2023 10:39:51 +0200 Subject: [PATCH] Fix dead link in Hibernate ORM extension docs --- docs/src/main/asciidoc/hibernate-orm.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/hibernate-orm.adoc b/docs/src/main/asciidoc/hibernate-orm.adoc index 6cbb3a8a923cfa..079a228afd0506 100644 --- a/docs/src/main/asciidoc/hibernate-orm.adoc +++ b/docs/src/main/asciidoc/hibernate-orm.adoc @@ -171,7 +171,7 @@ so at your application entry point boundaries like your REST endpoint controller [[hibernate-dialect-supported-databases]] ==== Supported databases -For xref:datasource.adoc#default-datasource[supported databases], +For xref:datasource.adoc#extensions-and-database-drivers-reference[supported databases], the link:{hibernate-orm-docs-url}#database-dialect[Hibernate ORM dialect] does not need to be set explicitly: it is selected automatically based on the datasource.