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 2021/08/26 15:18:31 UTC

[camel-website] branch main updated: Fix more links

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-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 10452c4  Fix more links
10452c4 is described below

commit 10452c45be959c7150b9a4a0c0cae589ee950289
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Aug 26 17:18:20 2021 +0200

    Fix more links
---
 .../08/DeployingCamelRouteInAWSLambda/index.md     | 25 +++++++---------------
 1 file changed, 8 insertions(+), 17 deletions(-)

diff --git a/content/blog/2021/08/DeployingCamelRouteInAWSLambda/index.md b/content/blog/2021/08/DeployingCamelRouteInAWSLambda/index.md
index 542bde2..00ec1b7 100644
--- a/content/blog/2021/08/DeployingCamelRouteInAWSLambda/index.md
+++ b/content/blog/2021/08/DeployingCamelRouteInAWSLambda/index.md
@@ -20,12 +20,6 @@ This project uses the following framework
  * **Apache Camel** - *The Swiss Army Knife of Enterprise Application Integration for integrating heterogeneous systems*
  * **AWS Lambda** - *Event-driven, serverless computing platform provided by Amazon as a part of Amazon Web Services*
 
-If you want to learn more about 
-
-* *Quarkus - please visit its website: https://quarkus.io/*
-* *Apache Camel - please visit its website: https://camel.apache.org/*
-* *AWS Lambda - please visit its website: https://aws.amazon.com/lambda/*
-
 ## Provided Code
 
 ### Quarkus Camel Amazon Lambda Integration example
@@ -37,19 +31,16 @@ This example contains a sample Greeter service build using Quarkus & Camel frame
 
 #### Quarkus Extensions / Dependencies Used
 
-1. **[Apache Camel](https://quarkus.io/guides/camel)**
-    * [camel-quarkus-core](https://camel.apache.org/camel-quarkus/latest/reference/extensions/core.html)
-    * [camel-quarkus-direct](https://camel.apache.org/camel-quarkus/latest/reference/extensions/direct.html)
-    * [camel-quarkus-log](https://camel.apache.org/camel-quarkus/latest/reference/extensions/log.html)
-    * [camel-quarkus-bean](https://camel.apache.org/camel-quarkus/latest/reference/extensions/bean.html)
+1. **Apache Camel**
+    * camel-quarkus-core
+    * camel-quarkus-direct
+    * camel-quarkus-log
+    * camel-quarkus-bean
 
-2. **Amazon Lambda**
-    * [quarkus-amazon-lambda](https://quarkus.io/guides/amazon-lambda)
-    
-3. **[Context Dependency Injection](https://quarkus.io/guides/cdi)**
-    * [quarkus-arc](https://quarkus.io/guides/cdi-reference)
+2. **Quarkus**
+    * quarkus-amazon-lambda
     
-4. **[Testing](https://quarkus.io/guides/getting-started-testing)**
+3. **[Testing](https://quarkus.io/guides/getting-started-testing)**
     * quarkus-junit5
     * [quarkus-junit5-mockito](https://quarkus.io/blog/mocking/)
     * quarkus-test-amazon-lambda