diff --git a/documentation/src/main/docbook/manual-old/en-US/content/preface.xml b/documentation/src/main/docbook/manual-old/en-US/content/preface.xml index 062a36192c..094a11527e 100644 --- a/documentation/src/main/docbook/manual-old/en-US/content/preface.xml +++ b/documentation/src/main/docbook/manual-old/en-US/content/preface.xml @@ -65,7 +65,7 @@ If you are just getting started with using Hibernate you may want to start with the Hibernate Getting Started Guide available from the - documentation page. It contains quick-start + documentation page. It contains quick-start style tutorials as well as lots of introductory information. There is also a series of topical guides providing deep dives into various topics. diff --git a/documentation/src/main/docbook/userGuide/en-US/Preface.xml b/documentation/src/main/docbook/userGuide/en-US/Preface.xml index 25797073bc..7dbae58f4c 100644 --- a/documentation/src/main/docbook/userGuide/en-US/Preface.xml +++ b/documentation/src/main/docbook/userGuide/en-US/Preface.xml @@ -61,7 +61,7 @@ If you are just getting started with using Hibernate you may want to start with the Hibernate Getting Started Guide available from the - documentation page. It contains quick-start + documentation page. It contains quick-start style tutorials as well as lots of introductory information. There is also a series of topical guides providing deep dives into various topics. diff --git a/documentation/src/main/docbook/userGuide/en-US/chapters/domain/DomainModel.xml b/documentation/src/main/docbook/userGuide/en-US/chapters/domain/DomainModel.xml index 5d6505c90e..3d86a43570 100644 --- a/documentation/src/main/docbook/userGuide/en-US/chapters/domain/DomainModel.xml +++ b/documentation/src/main/docbook/userGuide/en-US/chapters/domain/DomainModel.xml @@ -35,7 +35,7 @@ This chapter will describe the characteristics of a persistable domain model. However, it will not discuss defining the mapping for the domain model. That is a massive topic in its own right and is the subject of an entire dedicated manual. See the Hibernate Domain Model Mapping Guide from the - documentation site. + documentation site.