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 09a975d Polish and cleanup documentation 09a975d is described below commit 09a975d3a8d9918e0dcb2410423eca0107998397 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Aug 26 12:11:29 2021 +0200 Polish and cleanup documentation --- docs/user-manual/modules/ROOT/pages/camelcontext-autoconfigure.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/camelcontext-autoconfigure.adoc b/docs/user-manual/modules/ROOT/pages/camelcontext-autoconfigure.adoc index 8d85dbd..9005759 100644 --- a/docs/user-manual/modules/ROOT/pages/camelcontext-autoconfigure.adoc +++ b/docs/user-manual/modules/ROOT/pages/camelcontext-autoconfigure.adoc @@ -11,7 +11,7 @@ to ensure the configuration is similar on these runtimes. The auto configuration is executed in several steps: -1. Configure `CamelContext` (and more, such as components) from xref:properties-component[properties] such as `application.properties|yaml` +1. Configure `CamelContext` (and more such as components) from xref:components::properties-component.adoc[properties] from external sources like `application.properties|yaml` 2. Configure optional services that has been registering in the xref:registry.adoc[Registry] === Auto configuration of Properties