From 6b12e794e9e8c06246bac81aded35bb6a856b30c Mon Sep 17 00:00:00 2001 From: Kirill Marchuk <62mkv@mail.ru> Date: Sun, 11 Mar 2018 15:45:48 +0700 Subject: [PATCH] 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. --- .../asciidoc/quickstart/guides/tutorial_annotations.adoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/documentation/src/main/asciidoc/quickstart/guides/tutorial_annotations.adoc b/documentation/src/main/asciidoc/quickstart/guides/tutorial_annotations.adoc index 9478f8114b..3bf9f8e973 100644 --- a/documentation/src/main/asciidoc/quickstart/guides/tutorial_annotations.adoc +++ b/documentation/src/main/asciidoc/quickstart/guides/tutorial_annotations.adoc @@ -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. \ No newline at end of file +- [ ] 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.