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 2023/05/31 04:54:00 UTC

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

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

davsclaus 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 302945f053 Revert "Added link to get started with Camel in general."
302945f053 is described below

commit 302945f053f3fcb3c6a226efc30bb1248840a2e3
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed May 31 06:53:48 2023 +0200

    Revert "Added link to get started with Camel in general."
    
    This reverts commit 11650d6739097c3e0e80345add0b7ef250b0acd2.
---
 README.adoc                                   | 2 --
 docs/modules/ROOT/pages/user-guide/index.adoc | 2 --
 2 files changed, 4 deletions(-)

diff --git a/README.adoc b/README.adoc
index 727c80be50..523de8766e 100644
--- a/README.adoc
+++ b/README.adoc
@@ -19,8 +19,6 @@ 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 975b7c6ba2..cb080ee45a 100644
--- a/docs/modules/ROOT/pages/user-guide/index.adoc
+++ b/docs/modules/ROOT/pages/user-guide/index.adoc
@@ -4,8 +4,6 @@
 
 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.