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 6a07b38223e Update route-template.adoc (#11832) 6a07b38223e is described below commit 6a07b38223e9ef32c018287e175eb73fac945318 Author: Mikael Andersson Wigander <mikael.andersson.wigan...@pm.me> AuthorDate: Wed Oct 25 11:23:44 2023 +0200 Update route-template.adoc (#11832) Link to example was out of bounds (404) --- docs/user-manual/modules/ROOT/pages/route-template.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/route-template.adoc b/docs/user-manual/modules/ROOT/pages/route-template.adoc index 4c6883d68f6..2f24d69dbda 100644 --- a/docs/user-manual/modules/ROOT/pages/route-template.adoc +++ b/docs/user-manual/modules/ROOT/pages/route-template.adoc @@ -868,4 +868,4 @@ To let Camel discover custom sources then register the source into the Camel reg == See Also -See the example https://github.com/apache/camel-examples/tree/main/examples/routetemplate[camel-examples/examples/routetemplate/]. +See the example https://github.com/apache/camel-examples/tree/main/routetemplate[camel-examples/examples/routetemplate/].