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.