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.