You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/07/14 20:48:00 UTC

[camel-quarkus] 03/04: Fixup JPA extension

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 198f7821a6dfc4f2bd61905e7718e8f78268920b
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Tue Jul 14 15:36:52 2020 +0200

    Fixup JPA extension
---
 .../jpa/runtime/src/main/resources/META-INF/quarkus-extension.yaml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/jpa/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/jpa/runtime/src/main/resources/META-INF/quarkus-extension.yaml
index 9e0ba69..2cdea10 100644
--- a/extensions/jpa/runtime/src/main/resources/META-INF/quarkus-extension.yaml
+++ b/extensions/jpa/runtime/src/main/resources/META-INF/quarkus-extension.yaml
@@ -24,6 +24,6 @@
 name: "Camel JPA"
 description: "Store and retrieve Java objects from databases using Java Persistence API (JPA)"
 metadata:
-  guide: "https://camel.apache.org/components/latest/jpa-component.html"
+  guide: "https://camel.apache.org/camel-quarkus/latest/extensions/jpa.html"
   categories:
   - "integration"