From c00403d88ba7ef4272bd01ed9c93be33e184a245 Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Tue, 19 Oct 2021 13:23:57 +0530 Subject: [PATCH] Fixed broken api link Fixed the broken API link to DataSourceSettings --- docs/src/docs/asciidoc/configuration/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/asciidoc/configuration/index.adoc b/docs/src/docs/asciidoc/configuration/index.adoc index 1fbca4951..5544946e1 100644 --- a/docs/src/docs/asciidoc/configuration/index.adoc +++ b/docs/src/docs/asciidoc/configuration/index.adoc @@ -23,7 +23,7 @@ hibernate: region.factory_class: org.hibernate.cache.ehcache.EhCacheRegionFactory ---- -Each one of the settings under the `dataSource` block is set on the link:../api/org/grails/orm/hibernate/jdbc/connections/DataSourceSettings.html[DataSourceSettings] property of `HibernateConnectionSourceSettings`. +Each one of the settings under the `dataSource` block is set on the link:../api/org/grails/datastore/gorm/jdbc/connections/DataSourceSettings.html[DataSourceSettings] property of `HibernateConnectionSourceSettings`. Whilst each setting under the `hibernate` block is set on the link:../api/org/grails/orm/hibernate/connections/HibernateConnectionSourceSettings.HibernateSettings.html[HibernateSettings] property.