HHH-10064 - Fix Broken documentation page link in User guide
This commit is contained in:
parent
249eff948d
commit
77bb57e8ab
|
@ -65,7 +65,7 @@
|
|||
<para>
|
||||
If you are just getting started with using Hibernate you may want to start with the
|
||||
<citetitle pubwork="article">Hibernate Getting Started Guide</citetitle> available from the
|
||||
<link xlink:href="http://hibernate.org/documentation">documentation page</link>. It contains quick-start
|
||||
<link xlink:href="http://hibernate.org/orm/documentation">documentation page</link>. 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.
|
||||
</para>
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
<para>
|
||||
If you are just getting started with using Hibernate you may want to start with the
|
||||
<citetitle pubwork="article">Hibernate Getting Started Guide</citetitle> available from the
|
||||
<link xlink:href="http://hibernate.org/documentation">documentation page</link>. It contains quick-start
|
||||
<link xlink:href="http://hibernate.org/orm/documentation">documentation page</link>. 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.
|
||||
</para>
|
||||
|
|
|
@ -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 <citetitle>Hibernate Domain Model Mapping Guide</citetitle> from the
|
||||
<link xlink:href="http://hibernate.org/documentation">documentation site</link>.
|
||||
<link xlink:href="http://hibernate.org/orm/documentation">documentation site</link>.
|
||||
</para>
|
||||
|
||||
<section xml:id="domainmodel-pojo">
|
||||
|
|
Loading…
Reference in New Issue