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:
Kirill Marchuk 2018-03-11 15:45:48 +07:00 committed by Vlad Mihalcea
parent dff1fa191a
commit 6b12e794e9
1 changed files with 5 additions and 4 deletions

View File

@ -97,7 +97,8 @@ any mapping information associated with `title`.
=== Take it further! === Take it further!
.Practice Exercises .Practice Exercises
- [ ] Add an association to the `Event` entity to model a message thread. Use the _Developer Guide_ - [ ] Add an association to the `Event` entity to model a message thread. Use the
as a guide. 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 - [ ] Add a callback to receive notifications when an `Event` is created, updated or deleted.
an event listener. Use the _Developer Guide_ as a guide. 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.