This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit f494fc3473a0a934d6794f9532ae5f7144def0d5 Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Wed Apr 14 22:57:12 2021 +0200 Fixup bb64853 Revisit documentation --- docs/modules/ROOT/pages/reference/extensions/core.adoc | 2 +- .../src/main/java/org/apache/camel/quarkus/main/CamelMainConfig.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/reference/extensions/core.adoc b/docs/modules/ROOT/pages/reference/extensions/core.adoc index efb4632..810cc3f 100644 --- a/docs/modules/ROOT/pages/reference/extensions/core.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/core.adoc @@ -174,7 +174,7 @@ What to do if it is not possible to extract CSimple expressions from a route def |icon:lock[title=Fixed at build time] [[quarkus.camel.main.enabled]]`link:#quarkus.camel.main.enabled[quarkus.camel.main.enabled]` -If `true` all `camel-main` features are enabled; otherwise no `camel-main` features are enabled. See described the xref:user-guide/bootstrap.adoc#_camel_main[Bootstrap] section of Camel Quarkus documentation for more details. +If `true` all `camel-main` features are enabled; otherwise no `camel-main` features are enabled. See described the xref:user-guide/configuration.adoc#_camel_main[Configuration] section of Camel Quarkus documentation for more details. | `boolean` | `true` diff --git a/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/main/CamelMainConfig.java b/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/main/CamelMainConfig.java index 140f125..65ce6ed 100644 --- a/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/main/CamelMainConfig.java +++ b/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/main/CamelMainConfig.java @@ -29,7 +29,7 @@ public class CamelMainConfig { /** * If {@code true} all {@code camel-main} features are enabled; otherwise no {@code camel-main} features are * enabled. See described the - * <a href="https://camel.apache.org/camel-quarkus/latest/user-guide/bootstrap.html#_camel_main">Bootstrap</a> + * <a href="https://camel.apache.org/camel-quarkus/latest/user-guide/configuration.html#_camel_main">Configuration</a> * section of Camel Quarkus documentation for more details. */ @ConfigItem(defaultValue = "true")