This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 079c5767dd414679e7e877811d646b93bde9851c Author: sadiasherif <[email protected]> AuthorDate: Tue Feb 11 17:58:05 2020 +0530 Added hyperlink to CamelContext page Added hyperlink to redirect to CamelContext page --- docs/user-manual/modules/ROOT/pages/getting-started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/getting-started.adoc b/docs/user-manual/modules/ROOT/pages/getting-started.adoc index 011eb31..d719954 100644 --- a/docs/user-manual/modules/ROOT/pages/getting-started.adoc +++ b/docs/user-manual/modules/ROOT/pages/getting-started.adoc @@ -19,7 +19,7 @@ documentation before continuing: To get started with Camel: -1. Create a `CamelContext`. +1. Create a xref:https://camel.apache.org/manual/latest/camelcontext.html[CamelContext]. 2. Optionally, xref:configuring-camel.adoc[configure components or endpoints]. 3. Add whatever routing rules you wish using the DSL and `RouteBuilder` or using XML DSL. 4. Start the Camel context.
