diff --git a/docs/src/main/asciidoc/hibernate-orm-panache-kotlin.adoc b/docs/src/main/asciidoc/hibernate-orm-panache-kotlin.adoc index f59ef6eff9bcd..a52dfb0b3283c 100644 --- a/docs/src/main/asciidoc/hibernate-orm-panache-kotlin.adoc +++ b/docs/src/main/asciidoc/hibernate-orm-panache-kotlin.adoc @@ -10,7 +10,7 @@ include::./attributes.adoc[] Hibernate ORM is the de facto standard JPA implementation and is well-known in the Java ecosystem. Panache offers a new layer atop this familiar framework. This guide will not dive in to the specifics of either as those are already -covered in the link:hibernate-orm-panache.adoc[Panache guide]. In this guide, we'll cover the Kotlin specific changes +covered in the link:hibernate-orm-panache[Panache guide]. In this guide, we'll cover the Kotlin specific changes needed to use Panache in your Kotlin-based Quarkus applications. == First: an example