You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/10/05 09:08:27 UTC

[camel-quarkus-examples] 01/03: Add useful links to the README

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-quarkus-examples.git

commit 1fd0268a2563ee771bcacd01d152e145fb71f704
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Mon Oct 5 10:53:10 2020 +0200

    Add useful links to the README
---
 README.adoc | 12 ++++++++++++
 README.md   |  8 --------
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/README.adoc b/README.adoc
new file mode 100644
index 0000000..fc72b35
--- /dev/null
+++ b/README.adoc
@@ -0,0 +1,12 @@
+= Apache Camel Quarkus Examples
+
+Useful links:
+
+* https://camel.apache.org/camel-quarkus/latest/user-guide/examples.html[List of Camel Quarkus examples] with short descriptions
+* https://camel.apache.org/camel-quarkus/latest/user-guide/index.html[Camel Quarkus User guide]
+* https://camel.apache.org/camel-quarkus/latest/contributor-guide/index.html[Camel Quarkus Contributor guide]
+* https://github.com/apache/camel-quarkus[Camel Quarkus source repository]
+
+== Feedback
+
+Please report bugs and propose improvements via https://github.com/apache/camel-quarkus/issues[GitHub issues of Camel Quarkus] project.
\ No newline at end of file
diff --git a/README.md b/README.md
deleted file mode 100644
index c2de7c9..0000000
--- a/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# Apache Camel Quarkus Examples
-
-[Apache Camel](http://camel.apache.org/) is a powerful open source integration framework based on known
-Enterprise Integration Patterns with powerful bean integration.
-
-### Introduction
-
-This project provides examples for Apache Camel Quarkus.