Skip to content

Commit

Permalink
Merge pull request #12163 from ge0ffrey/patch-2
Browse files Browse the repository at this point in the history
Kotlin Panache doc: Fix broken link
  • Loading branch information
gsmet authored Sep 17, 2020
2 parents 1c2e688 + b2f3f43 commit 6b7aa9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/hibernate-orm-panache-kotlin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b7aa9f

Please sign in to comment.