This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 5e1dd37 Updated reference to javadoc.io CamelContext (#3566) 5e1dd37 is described below commit 5e1dd371abe8ed16f5138e8f619819f4f708ed96 Author: sadiasherif <38026418+sadiashe...@users.noreply.github.com> AuthorDate: Wed Feb 12 09:54:40 2020 +0530 Updated reference to javadoc.io CamelContext (#3566) Changed CamelContext hyperlink from https://www.javadoc.io/doc/org.apache.camel/camel-api/current/org/apache/camel/CamelContext.html (error - PAGE NOT FOUND) to https://www.javadoc.io/doc/org.apache.camel/camel-api/latest/org/apache/camel/CamelContext.html --- docs/user-manual/modules/ROOT/pages/camelcontext.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/camelcontext.adoc b/docs/user-manual/modules/ROOT/pages/camelcontext.adoc index b9914a4..b9351d6 100644 --- a/docs/user-manual/modules/ROOT/pages/camelcontext.adoc +++ b/docs/user-manual/modules/ROOT/pages/camelcontext.adoc @@ -2,7 +2,7 @@ = CamelContext The -https://www.javadoc.io/doc/org.apache.camel/camel-api/current/org/apache/camel/CamelContext.html[CamelContext] +https://www.javadoc.io/doc/org.apache.camel/camel-api/latest/org/apache/camel/CamelContext.html[CamelContext] represents a single Camel routing rulebase. You use the CamelContext in a similar way to the Spring http://static.springsource.org/spring/docs/3.0.x/javadoc-api/org/springframework/context/ApplicationContext.html[ApplicationContext].