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

klease pushed a commit to branch chucknorris
in repository https://gitbox.apache.org/repos/asf/camel-examples.git

commit 9876f2e900130c2d270af8eeb7d63f165bdcb0a2
Author: klease <kle...@cegetel.net>
AuthorDate: Tue Sep 27 19:37:12 2022 +0200

    CAMEL-18554: change URL to a working site and adapt json path
---
 .../src/main/resources/kamelets/chuck-norris-source.kamelet.yaml      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/examples/kamelet-chucknorris/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
 
b/examples/kamelet-chucknorris/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
index 44e57871..aa60e294 100644
--- 
a/examples/kamelet-chucknorris/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
+++ 
b/examples/kamelet-chucknorris/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
@@ -36,7 +36,7 @@ spec:
       parameters:
         period: "{{period}}"
       steps:
-        - to: "http://api.icndb.com/jokes/random";
+        - to: "https://api.chucknorris.io/jokes/random";
         - set-body:
-            jsonpath: "$.value.joke"
+            jsonpath: "$.value"
         - to: "kamelet:sink"

Reply via email to