You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/29 07:20:49 UTC

[camel-examples] branch master updated: AWS2-Evenbridge example: From adoc to md

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new faed8a2  AWS2-Evenbridge example: From adoc to md
faed8a2 is described below

commit faed8a2be739dd3e6b63e56d8fbc38019edc89d0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 29 09:19:55 2020 +0200

    AWS2-Evenbridge example: From adoc to md
---
 .../camel-example-main-endpointdsl-aws2/{readme.adoc => readme.md}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/camel-example-main-endpointdsl-aws2/readme.adoc b/examples/camel-example-main-endpointdsl-aws2/readme.md
similarity index 92%
rename from examples/camel-example-main-endpointdsl-aws2/readme.adoc
rename to examples/camel-example-main-endpointdsl-aws2/readme.md
index 6453b2a..404e05f 100644
--- a/examples/camel-example-main-endpointdsl-aws2/readme.adoc
+++ b/examples/camel-example-main-endpointdsl-aws2/readme.md
@@ -1,4 +1,4 @@
-== Camel Example Main Endpoint DSL with AWS2 Eventbridge, SQS and S3 components
+# Camel Example Main Endpoint DSL with AWS2 Eventbridge, SQS and S3 components
 
 This example shows how to use the endpoint DSL in your Camel routes
 to define endpoints using type safe fluent builders, which are Java methods
@@ -18,7 +18,7 @@ You'll need to create a trail in cloud trails service of AWS to make this exampl
 
 Also you'll need to create an SQS queue ahead of time, to make the eventbridge rule point it as target.
 
-=== How to run
+## How to run
 
 You can run this example following these steps:
 
@@ -42,7 +42,7 @@ Once completed you can stop the route
 
 In the aws2-sqs-consumer terminal you should see a createBucket event in the log.
 
-=== Help and contributions
+## Help and contributions
 
 If you hit any problem using Camel or have some feedback, then please
 https://camel.apache.org/support.html[let us know].