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 ddb9347de12fb90123a80a4bd668630c1ee2b992 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Feb 28 15:13:24 2019 +0100 Camel-AWS-EKS: Minor fixes to docs --- components/camel-aws-eks/src/main/docs/aws-eks-component.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/camel-aws-eks/src/main/docs/aws-eks-component.adoc b/components/camel-aws-eks/src/main/docs/aws-eks-component.adoc index 77cbd7c..cfa0dad 100644 --- a/components/camel-aws-eks/src/main/docs/aws-eks-component.adoc +++ b/components/camel-aws-eks/src/main/docs/aws-eks-component.adoc @@ -4,12 +4,12 @@ *Available as of Camel version 3.0* The EKS component supports create, delete, describe and list -https://aws.amazon.com/it/kms/[AWS EKS] clusters instances. +https://aws.amazon.com/it/eks/[AWS EKS] clusters instances. Prerequisites You must have a valid Amazon Web Services developer account, and be -signed up to use Amazon KMS. More information are available at +signed up to use Amazon EKS. More information are available at https://aws.amazon.com/eks/[Amazon EKS]. ### URI Format @@ -171,7 +171,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 (3.0.0 or higher). ### See Also