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 <[email protected]> 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"
