mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
HHH-10064 - Fix Broken documentation page link in User guide
This commit is contained in:
parent
d16b13228d
commit
e76e027ccb
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user