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

squakez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 9a17f3381 chore(docs): swap uri
9a17f3381 is described below

commit 9a17f338103e5b43640446159a5b3ca689077893
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Jun 18 12:35:53 2026 +0200

    chore(docs): swap uri
---
 docs/modules/ROOT/pages/running/running.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/running/running.adoc 
b/docs/modules/ROOT/pages/running/running.adoc
index fea5e083b..a4176e6b4 100644
--- a/docs/modules/ROOT/pages/running/running.adoc
+++ b/docs/modules/ROOT/pages/running/running.adoc
@@ -81,13 +81,13 @@ metadata:
 spec:
   flows:
   - from:
+      uri: timer:yaml
       parameters:
         period: "1000"
       steps:
       - setBody:
           simple: Hello Camel from ${routeId}
       - log: ${body}
-      uri: timer:yaml
 ```
 
 You can see the specification is a lot neater, so, try choosing Yaml DSL 
whenever it's possible.

Reply via email to