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 2019/11/14 11:18:15 UTC

[camel-website] 01/04: CAMEL-13817: Change Getting Started links

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-website.git

commit adad57644be760437d67c15f4307fca581b9a396
Author: Omar Al-Safi <om...@gmail.com>
AuthorDate: Wed Nov 13 16:27:03 2019 +0100

    CAMEL-13817: Change Getting Started links
    
    Signed-off-by: Omar Al-Safi <om...@gmail.com>
---
 config.toml        | 2 +-
 layouts/index.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.toml b/config.toml
index f18e26e..5455a79 100644
--- a/config.toml
+++ b/config.toml
@@ -47,7 +47,7 @@ enableRobotsTXT = true
     parent = "docs"
     weight = 1
     identifier = "getting-started"
-    url = "/docs/getting-started/"
+    url = "/manual/latest/getting-started.html"
 
 [[menu.main]]
     name = "User manual"
diff --git a/layouts/index.html b/layouts/index.html
index 695b831..b99d9c3 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -11,7 +11,7 @@
   </svg>
   <p>Camel is an <mark>open source integration framework</mark> that empowers you to quickly and easily integrate various systems consuming or producing data.
   </p>
-  <a class="significant" href="./docs/getting-started/">Get started</a>
+  <a class="significant" href="/manual/latest/getting-started.html">Get started</a>
 </header>
 
 {{ .Content }}