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 2019/04/24 15:25:26 UTC

[camel] branch master updated: Fix kbd macro in asciidoc

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


The following commit(s) were added to refs/heads/master by this push:
     new f3cca69  Fix kbd macro in asciidoc
     new 7f5f508  Merge pull request #2881 from DenisIstomin/fix-kdb-asciidoc
f3cca69 is described below

commit f3cca695810c6471e975366e000069e168df52c7
Author: Denis Istomin <is...@gmail.com>
AuthorDate: Tue Apr 23 22:16:48 2019 +0500

    Fix kbd macro in asciidoc
---
 examples/camel-example-fhir-auth-tx-spring-boot/readme.adoc | 4 +++-
 examples/camel-example-fhir-spring-boot/readme.adoc         | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/examples/camel-example-fhir-auth-tx-spring-boot/readme.adoc b/examples/camel-example-fhir-auth-tx-spring-boot/readme.adoc
index 37d50bc..ae76f90 100644
--- a/examples/camel-example-fhir-auth-tx-spring-boot/readme.adoc
+++ b/examples/camel-example-fhir-auth-tx-spring-boot/readme.adoc
@@ -1,3 +1,5 @@
+:experimental:
+
 == FHIR Authorization and Transaction Example - Spring Boot
 
 === Introduction
@@ -42,7 +44,7 @@ located in the `src/main/data` folder into it. You should see the following outp
 2018-07-24 11:52:56.995  INFO 30666 --- [ #2 - CamelFhir] fhir-example: Patient created successfully: ca.uhn.fhir.rest.api.MethodOutcome@270f03f1
 ```
 
-The Camel application can be stopped pressing <kbd>ctrl</kbd>+<kbd>c</kbd> in the shell.
+The Camel application can be stopped pressing kbd:[Ctrl+c] in the shell.
 
 === To get health check
 
diff --git a/examples/camel-example-fhir-spring-boot/readme.adoc b/examples/camel-example-fhir-spring-boot/readme.adoc
index a1b33be..5a1cb7f 100644
--- a/examples/camel-example-fhir-spring-boot/readme.adoc
+++ b/examples/camel-example-fhir-spring-boot/readme.adoc
@@ -1,3 +1,5 @@
+:experimental:
+
 == FHIR Example - Spring Boot
 
 === Introduction
@@ -41,7 +43,7 @@ located in the `src/main/data` folder into it. You should see the following outp
 2018-07-24 11:52:56.995  INFO 30666 --- [ #2 - CamelFhir] fhir-example: Patient created successfully: ca.uhn.fhir.rest.api.MethodOutcome@270f03f1
 ```
 
-The Camel application can be stopped pressing <kbd>ctrl</kbd>+<kbd>c</kbd> in the shell.
+The Camel application can be stopped pressing kbd:[Ctrl+c] in the shell.
 
 === To get health check