From 8c33056d93bf08efbbe259b5608e8b9dc115be35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Tue, 16 Aug 2022 11:46:32 +0200 Subject: [PATCH] Fix dead link in documentation section "Java API for HQL and JPQL" See the link "next chapter" at the beginning of this section: https://docs.jboss.org/hibernate/orm/current/userguide/html_single/Hibernate_User_Guide.html#hql --- .../src/main/asciidoc/userguide/chapters/query/hql/Query.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/userguide/chapters/query/hql/Query.adoc b/documentation/src/main/asciidoc/userguide/chapters/query/hql/Query.adoc index 993b3b926b..4dda3dcc32 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/query/hql/Query.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/query/hql/Query.adoc @@ -18,7 +18,7 @@ HQL is not the only way to write queries in Hibernate: However, HQL is the most convenient option for most people most of the time. -The actual query language itself is discussed the <>. +The actual query language itself is discussed the <>. This chapter describes the Java APIs for executing HQL and JPQL queries. Most of this chapter is dedicated to discussing `org.hibernate.query.Query`, `jakarta.persistence.Query` and