This is an automated email from the ASF dual-hosted git repository. orpiske 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 40a034b (chores) doc: fix broken link in the JavaDoc documentation 40a034b is described below commit 40a034b07e385fdef60b78710e6283673b337b04 Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Wed Mar 16 18:00:19 2022 +0100 (chores) doc: fix broken link in the JavaDoc documentation --- .../camel-api/src/main/java/org/apache/camel/CamelContextLifecycle.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-api/src/main/java/org/apache/camel/CamelContextLifecycle.java b/core/camel-api/src/main/java/org/apache/camel/CamelContextLifecycle.java index 4bcef1b..bc63e9b 100644 --- a/core/camel-api/src/main/java/org/apache/camel/CamelContextLifecycle.java +++ b/core/camel-api/src/main/java/org/apache/camel/CamelContextLifecycle.java @@ -23,7 +23,7 @@ public interface CamelContextLifecycle extends AutoCloseable { /** * Starts the {@link CamelContext} (<b>important:</b> the start method is not blocked, see more details - * <a href="http://camel.apache.org/running-camel-standalone-and-have-it-keep-running.html">here</a>)</li>. + * in the {@link Main} documentation for running Camel Standalone). * <p/> * See more details at the class-level javadoc at {@link CamelContext}. *