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

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


The following commit(s) were added to refs/heads/main by this push:
     new 651321d  Update rest-json README to reflect usage of REST DSL
651321d is described below

commit 651321dcdc4472c92a2c488147a7d3a2d4c1e853
Author: James Netherton <[email protected]>
AuthorDate: Tue May 18 15:23:33 2021 +0100

    Update rest-json README to reflect usage of REST DSL
---
 docs/modules/ROOT/attachments/examples.json | 4 ++--
 rest-json/README.adoc                       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/modules/ROOT/attachments/examples.json 
b/docs/modules/ROOT/attachments/examples.json
index f228f47..24389e4 100644
--- a/docs/modules/ROOT/attachments/examples.json
+++ b/docs/modules/ROOT/attachments/examples.json
@@ -35,8 +35,8 @@
     "link": 
"https://github.com/apache/camel-quarkus-examples/tree/main/observability";
   },
   {
-    "title": "REST with `platform-http`",
-    "description": "Demonstrates how to create a REST service using 
`platform-http` Camel component and Jackson.",
+    "title": "REST with Jackson",
+    "description": "Demonstrates how to create a REST service using the Camel 
REST DSL and Jackson.",
     "link": 
"https://github.com/apache/camel-quarkus-examples/tree/main/rest-json";
   },
   {
diff --git a/rest-json/README.adoc b/rest-json/README.adoc
index 639a291..9423b1d 100644
--- a/rest-json/README.adoc
+++ b/rest-json/README.adoc
@@ -1,5 +1,5 @@
-= REST with `platform-http`: A Camel Quarkus example
-:cq-example-description: An example that demonstrates how to create a REST 
service using `platform-http` Camel component and Jackson.
+= REST with Jackson: A Camel Quarkus example
+:cq-example-description: An example that demonstrates how to create a REST 
service using the Camel REST DSL and Jackson.
 
 {cq-description}
 

Reply via email to