Repository: camel Updated Branches: refs/heads/master 224a1972d -> a877cd7ad
Updated root readme to have more links Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a877cd7a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a877cd7a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a877cd7a Branch: refs/heads/master Commit: a877cd7adf83c317dc0ece5193907c086fa70656 Parents: 224a197 Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Sep 22 13:54:01 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Sep 22 13:54:01 2017 +0200 ---------------------------------------------------------------------- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/a877cd7a/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 99a1032..f346cad 100755 --- a/README.md +++ b/README.md @@ -33,16 +33,20 @@ unit test your routes. ## Components -Apache Camel comes with a lot of components. +Apache Camel comes with a lot of artifacts with components, data formats, languages and various other kinds. The up to date list is available online at: -<https://github.com/apache/camel/tree/master/components#components> +* Components: <https://github.com/apache/camel/tree/master/components#components> +* Data Formats: <https://github.com/apache/camel/tree/master/components#data-formats> +* Languages: <https://github.com/apache/camel/tree/master/components#expression-languages> +* Miscellaneous: <https://github.com/apache/camel/tree/master/components#miscellaneous-components> ## Examples Apache Camel comes with many examples. +The up to date list is available online at: -<https://github.com/apache/camel/tree/master/examples#examples> +* Examples: <https://github.com/apache/camel/tree/master/examples#examples> ## Getting Started @@ -52,6 +56,10 @@ To help you get started, try the following links: <http://camel.apache.org/getting-started.html> +It is also recommended to get started by trying out some of the beginner examples. + +* Examples: <https://github.com/apache/camel/tree/master/examples#examples> + **Building** <http://camel.apache.org/building.html>