HHH-10064 - Fix Broken documentation page link in User guide

This commit is contained in:
Andrea Boriero 2015-08-28 16:38:06 +01:00
parent 249eff948d
commit 77bb57e8ab
3 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@
<para> <para>
If you are just getting started with using Hibernate you may want to start with the 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 <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 style tutorials as well as lots of introductory information. There is also a series of topical guides
providing deep dives into various topics. providing deep dives into various topics.
</para> </para>

View File

@ -61,7 +61,7 @@
<para> <para>
If you are just getting started with using Hibernate you may want to start with the 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 <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 style tutorials as well as lots of introductory information. There is also a series of topical guides
providing deep dives into various topics. providing deep dives into various topics.
</para> </para>

View File

@ -35,7 +35,7 @@
This chapter will describe the characteristics of a persistable domain model. However, it will not discuss 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 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 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> </para>
<section xml:id="domainmodel-pojo"> <section xml:id="domainmodel-pojo">