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/02/28 14:53:57 UTC

[camel] 08/15: Camel-AWS-Kms: Minor Fixes to docs

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

commit 169408e5d6295eda20478afb96f932e8fd275c60
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 28 15:24:44 2019 +0100

    Camel-AWS-Kms: Minor Fixes to docs
---
 components/camel-aws-kms/src/main/docs/aws-kms-component.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-aws-kms/src/main/docs/aws-kms-component.adoc b/components/camel-aws-kms/src/main/docs/aws-kms-component.adoc
index 77f8a26..3d3c827 100644
--- a/components/camel-aws-kms/src/main/docs/aws-kms-component.adoc
+++ b/components/camel-aws-kms/src/main/docs/aws-kms-component.adoc
@@ -10,7 +10,7 @@ Prerequisites
 
 You must have a valid Amazon Web Services developer account, and be
 signed up to use Amazon KMS. More information are available at
-https://aws.amazon.com/it/mq/[Amazon KMS].
+https://aws.amazon.com/it/kms/[Amazon KMS].
 
 ### URI Format
 
@@ -128,7 +128,7 @@ the https://aws.amazon.com/it/kms/[Amazon KMS] service.
 
 ### Usage
 
-#### Message headers evaluated by the MQ producer
+#### Message headers evaluated by the KMS producer
 
 [width="100%",cols="10%,10%,80%",options="header",]
 |=======================================================================
@@ -169,7 +169,7 @@ Maven users will need to add the following dependency to their pom.xml.
 </dependency>
 ---------------------------------------
 
-where `${camel-version`} must be replaced by the actual version of Camel
+where `${camel-version}` must be replaced by the actual version of Camel
 (2.16 or higher).
 
 ### See Also