diff --git a/documentation/src/main/docbook/quickstart/en-US/content/tutorial_annotations.xml b/documentation/src/main/docbook/quickstart/en-US/content/tutorial_annotations.xml index 0a551a950c..f10aa99caf 100644 --- a/documentation/src/main/docbook/quickstart/en-US/content/tutorial_annotations.xml +++ b/documentation/src/main/docbook/quickstart/en-US/content/tutorial_annotations.xml @@ -4,7 +4,7 @@ Tutorial Using Native Hibernate APIs and Annotation Mappings - This tutorial is located within the download bundle under basic. + This tutorial is located within the download bundle under annotations. Objectives @@ -55,8 +55,7 @@ public class Event { It functions the same as the class mapping element discussed in . Additionally the @javax.persistence.Table annotation explicitly specifies the table - name. Without this specification, the default table name would be EVENT). + name. Without this specification, the default table name would be EVENT).