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 2023/05/30 15:29:43 UTC

[camel-quarkus] branch main updated: Added link to get started with Camel in general.

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 11650d6739 Added link to get started with Camel in general.
11650d6739 is described below

commit 11650d6739097c3e0e80345add0b7ef250b0acd2
Author: ShravaniP <sp...@redhat.com>
AuthorDate: Fri May 26 16:39:09 2023 +0530

    Added link to get started with Camel in general.
---
 README.adoc                                   | 2 ++
 docs/modules/ROOT/pages/user-guide/index.adoc | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/README.adoc b/README.adoc
index 523de8766e..727c80be50 100644
--- a/README.adoc
+++ b/README.adoc
@@ -19,6 +19,8 @@ This project hosts the efforts to port and package the 300+ Camel components as
 http://camel.apache.org/[Apache Camel] is the Swiss knife of integrating heterogeneous systems with more than a decade
 of history and a lively community of users and developers.
 
+https://camel.apache.org/manual/getting-started.html[Getting started with Camel] is user guide to start with Camel in general. 
+
 https://quarkus.io/[Quarkus] is a Java platform offering fast boot times and low memory footprint. It targets both stock
 JVMs (OpenJDK in the first place) and https://www.graalvm.org/[GraalVM].
 
diff --git a/docs/modules/ROOT/pages/user-guide/index.adoc b/docs/modules/ROOT/pages/user-guide/index.adoc
index cb080ee45a..975b7c6ba2 100644
--- a/docs/modules/ROOT/pages/user-guide/index.adoc
+++ b/docs/modules/ROOT/pages/user-guide/index.adoc
@@ -4,6 +4,8 @@
 
 This guide is for developers writing Camel applications on top of Quarkus.
 
+https://camel.apache.org/manual/getting-started.html[Getting started with Camel] is user guide to start with Camel in general. 
+
 WARNING: Camel Quarkus is a new project and this guide is a work in progress.
 https://github.com/apache/camel-quarkus/issues[Issue reports] and fixes are welcome.