From b2f3f43e1d8908f913bcbdb323f5922162d70a40 Mon Sep 17 00:00:00 2001 From: Geoffrey De Smet Date: Thu, 17 Sep 2020 14:23:01 +0200 Subject: [PATCH] Fix broken link --- docs/src/main/asciidoc/hibernate-orm-panache-kotlin.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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