HHH-12388 - User Guide typo fixes
Getting Started guide seems to be consistently using the term "Developer Guide", which is nowhere to be found in the "current" documentation, thus I propose this change.
This commit is contained in:
parent
dff1fa191a
commit
6b12e794e9
|
@ -97,7 +97,8 @@ any mapping information associated with `title`.
|
|||
=== Take it further!
|
||||
|
||||
.Practice Exercises
|
||||
- [ ] Add an association to the `Event` entity to model a message thread. Use the _Developer Guide_
|
||||
as a guide.
|
||||
- [ ] Add a callback to receive notifications when an `Event` is created, updated or deleted. Try the same with
|
||||
an event listener. Use the _Developer Guide_ as a guide.
|
||||
- [ ] Add an association to the `Event` entity to model a message thread. Use the
|
||||
http://docs.jboss.org/hibernate/orm/current/userguide/html_single/Hibernate_User_Guide.html[_User Guide_] for more details.
|
||||
- [ ] Add a callback to receive notifications when an `Event` is created, updated or deleted.
|
||||
Try the same with an event listener. Use the
|
||||
http://docs.jboss.org/hibernate/orm/current/userguide/html_single/Hibernate_User_Guide.html[_User Guide_] for more details.
|
||||
|
|
Loading…
Reference in New Issue