This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7cad6a5  Fix invalid links in index.html
7cad6a5 is described below

commit 7cad6a5b1589c52ee6f479eed733c0237a92e7f8
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Thu Aug 13 18:09:29 2020 +0200

    Fix invalid links in index.html
---
 content/_index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/_index.md b/content/_index.md
index 69c7760..2e48f48 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -56,7 +56,7 @@ Apache Camel is standalone, and can be embedded as a library 
within Spring Boot,
 ## Packed with Components
 Packed with several hundred components that are used to access databases, 
message queues, APIs or basically anything under the sun. Helping you integrate 
with everything.
 
-<p><a class="button-dark" href="/components/latest">Go to Component 
Reference</a></p>
+<p><a class="button-dark" href="/components/latest/">Go to Component 
Reference</a></p>
 
 {{< /div >}}
 
@@ -220,7 +220,7 @@ Camel is an [Apache Software 
Foundation](https://www.apache.org) project, availa
 
 [Sources](./community/sources/), [mailing lists](./community/mailing-list/), 
[issue tracker](./community/support/): it's fully open, you can access directly.
 
-We also love contributions: don't hesitate to 
[contribute](./manual/latest/contributing.html). You can contribute by <a 
href="https://github.com/apache/camel-website/edit/master/content";>editing this 
page</a>!
+We also love contributions: don't hesitate to 
[contribute](./manual/latest/contributing.html). You can contribute by <a 
href="https://github.com/apache/camel-website/edit/master/content/_index.md";>editing
 this page</a>!
 
 [Be Involved In The Community](./manual/latest/contributing.html) | [How To 
Contribute](./manual/latest/contributing.html)
 

Reply via email to