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

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


The following commit(s) were added to refs/heads/main by this push:
     new 80a75ae  Fix anchor to components/log-component.adoc
80a75ae is described below

commit 80a75ae5c73d34a0f6cb00a8ab52432420078f9f
Author: Zoran Regvart <[email protected]>
AuthorDate: Tue Oct 5 10:38:13 2021 +0200

    Fix anchor to components/log-component.adoc
---
 docs/modules/ROOT/pages/user-guide/configuration.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/user-guide/configuration.adoc 
b/docs/modules/ROOT/pages/user-guide/configuration.adoc
index b8dc09c..48e02b3 100644
--- a/docs/modules/ROOT/pages/user-guide/configuration.adoc
+++ b/docs/modules/ROOT/pages/user-guide/configuration.adoc
@@ -118,7 +118,7 @@ In addition to support configuring Camel through 
properties, `camel-quarkus-core
 For example, if there is a single `ExchangeFormatter` instance in the CDI 
container, then it will automatically wire that bean to the `LogComponent`.
 
 Component options for which this is supported are maked as _Autowired_ on 
their documentation pages
-- see e.g. the `exchangeFormatter` option on the 
xref:{cq-camel-components}::log-component.adoc#_options[Log component] page.
+- see e.g. the `exchangeFormatter` option on the 
xref:{cq-camel-components}::log-component.adoc#_component_option_exchangeFormatter[Log
 component] page.
 
 You can pass `autowiredEnabled=false` to disable it.
 

Reply via email to