You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jp...@apache.org on 2022/11/16 15:57:54 UTC

[camel-k-examples] 01/01: fix: README in pojo-jar example

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

jpoth pushed a commit to branch johnpoth-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git

commit 2e0e38e839a71f2a588cbce298708c286e0b2f46
Author: John Poth <po...@gmail.com>
AuthorDate: Wed Nov 16 16:57:48 2022 +0100

    fix: README in pojo-jar example
---
 generic-examples/pojo-jar/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/generic-examples/pojo-jar/README.md b/generic-examples/pojo-jar/README.md
index 9a863e3..8b9d98a 100644
--- a/generic-examples/pojo-jar/README.md
+++ b/generic-examples/pojo-jar/README.md
@@ -27,5 +27,5 @@ It's important to add the JAR file as resource to be compressed.
 ### Run this route
 To run this integration use the following command:
 ```bash
-kamel run ./src/main/org/apache/camel/OpenApiRoute.java
+kamel run ./src/main/java/org/apache/camel/OpenApiRoute.java
 ```