You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/03/25 08:07:39 UTC

[camel] branch master updated: Update README.md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 15e4d99  Update README.md
15e4d99 is described below

commit 15e4d995b734c183a431e0de81f2db016727b91e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 25 09:07:30 2020 +0100

    Update README.md
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 6cc7467..4803189 100644
--- a/README.md
+++ b/README.md
@@ -38,8 +38,8 @@ Apache Camel comes with a lot of artifacts with components, data formats, langua
 The up to date list is available online at the Camel website:
 
 * Components: <https://camel.apache.org/components/latest/>
-* Data Formats: <https://camel.apache.org/components/latest/#_data_formats>
-* Languages: <https://camel.apache.org/components/latest/#_expression_languages>
+* Data Formats: <https://camel.apache.org/components/latest/dataformats/>
+* Languages: <https://camel.apache.org/components/latest/languages/>
 * Miscellaneous: <https://camel.apache.org/components/latest/#_miscellaneous_components>
 
 ## Examples
@@ -47,7 +47,7 @@ The up to date list is available online at the Camel website:
 Apache Camel comes with many examples.
 The up to date list is available online at github:
 
-* Examples: <https://github.com/apache/camel-examples/tree/master/examples#examples>
+* Examples: <https://github.com/apache/camel-examples/tree/master/examples#welcome-to-the-apache-camel-examples>
 
 ## Getting Started
 
@@ -59,7 +59,7 @@ To help you get started, try the following links:
 
 It is also recommended to get started by trying out some of the beginner examples.
 
-* Examples: <https://github.com/apache/camel-examples/tree/master/examples#examples>
+* Examples: <https://github.com/apache/camel-examples/tree/master/examples#welcome-to-the-apache-camel-examples>
 
 **Building**