You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2020/02/11 14:19:35 UTC

[camel] 02/02: Update docs/user-manual/modules/ROOT/pages/getting-started.adoc

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 1a2df8c8e34d9f5e47cbadc8b56ad4d5f3b7d471
Author: sadiasherif <38...@users.noreply.github.com>
AuthorDate: Tue Feb 11 19:03:06 2020 +0530

    Update docs/user-manual/modules/ROOT/pages/getting-started.adoc
    
    Commiting changes for hyperlink to camelcontext.adoc
    
    Co-Authored-By: Zoran Regvart <zo...@regvart.com>
---
 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 d719954..0de2d84 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 xref:https://camel.apache.org/manual/latest/camelcontext.html[CamelContext].
+1.  Create a xref:camelcontext.adoc[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.