This is an automated email from the ASF dual-hosted git repository.
oalsafi pushed a commit to branch pr/deduplicate-getting-started
in repository
https://gitbox.apache.org/repos/asf/camel-website.gitcommit eeac9575b58e07aafc07cec5d6f2e71698df68e7
Author: Omar Al-Safi <
[hidden email]>
AuthorDate: Wed Nov 13 16:27:03 2019 +0100
CAMEL-13817: Change Getting Started links
Signed-off-by: Omar Al-Safi <
[hidden email]>
---
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 }}