This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 797fd4c5fd4 Update route-configuration.adoc 797fd4c5fd4 is described below commit 797fd4c5fd493b814c73a49a8e3a6e5ea5d4b20a Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Oct 28 07:49:24 2022 +0200 Update route-configuration.adoc --- docs/user-manual/modules/ROOT/pages/route-configuration.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/route-configuration.adoc b/docs/user-manual/modules/ROOT/pages/route-configuration.adoc index 4a71d7c07c1..2ffa066e0ad 100644 --- a/docs/user-manual/modules/ROOT/pages/route-configuration.adoc +++ b/docs/user-manual/modules/ROOT/pages/route-configuration.adoc @@ -258,7 +258,8 @@ And in the YAML routes you can assign which configurations to use: - route: # refer to the route configuration by the id to use for this route route-configuration-id: "yamlError" - from: "timer:yaml?period=3s" + from: + uri: "timer:yaml?period=3s" steps: - set-body: simple: "Timer fired ${header.CamelTimerCounter} times"