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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0344ae7  core: Removed the href in core javadoc as it does not 
generate a correct documentation #2417
0344ae7 is described below

commit 0344ae73ff8ac8f3c60f449699fb7f1c02f39f38
Author: aldettinger <[email protected]>
AuthorDate: Tue Mar 30 16:08:01 2021 +0200

    core: Removed the href in core javadoc as it does not generate a correct 
documentation #2417
---
 docs/modules/ROOT/pages/reference/extensions/core.adoc                | 2 +-
 .../src/main/java/org/apache/camel/quarkus/main/CamelMainConfig.java  | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/core.adoc 
b/docs/modules/ROOT/pages/reference/extensions/core.adoc
index 2879a4a..76911be 100644
--- a/docs/modules/ROOT/pages/reference/extensions/core.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/core.adoc
@@ -168,7 +168,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 
link:https://camel.apache.org/camel-quarkus/latest/user-guide/bootstrap.html#_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 the Bootstrap documentation on the camel webiste 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..d69fb9f 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
@@ -28,9 +28,7 @@ import 
org.apache.camel.quarkus.core.CamelConfig.FailureRemedy;
 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>
-     * section of Camel Quarkus documentation for more details.
+     * enabled. See the Bootstrap documentation on the camel webiste for more 
details.
      */
     @ConfigItem(defaultValue = "true")
     public boolean enabled;

Reply via email to