diff --git a/docpage/docs/03.- Sources/AWS/S3.md b/docpage/docs/03.- Sources/AWS/S3.md index 1576d237..d58d91ee 100644 --- a/docpage/docs/03.- Sources/AWS/S3.md +++ b/docpage/docs/03.- Sources/AWS/S3.md @@ -10,7 +10,7 @@ The S3 Source requires: - The region where the SQS is going to be deployed. AWS_DEFAULT_REGION. Required. - The bucket name. The queue name is not necessary. DCNiOS creates an SQS with this pattern name `-events`. Required. -Here is an example of the configuration file. Check the documentation of [AWS credentials](/dcnios/docs/AWS) to define the Access Key and Secret Key. +Here is an example of the configuration file. Check the documentation of [AWS credentials](/dcnios/docs/Sources/AWS/) to define the Access Key and Secret Key. ``` GetS3: diff --git a/docpage/docs/03.- Sources/AWS/SQS.md b/docpage/docs/03.- Sources/AWS/SQS.md index c8538c0c..89bedb40 100644 --- a/docpage/docs/03.- Sources/AWS/SQS.md +++ b/docpage/docs/03.- Sources/AWS/SQS.md @@ -10,7 +10,7 @@ SQS Source consumes from an AWS SQS queue. It creates an SQS in creation time, r - The queue name. Required. -Here is an example of the configuration file. Check the documentation of [AWS credentials](/dcnios/docs/AWS) to define the Access Key and Secret Key. +Here is an example of the configuration file. Check the documentation of [AWS credentials](/dcnios/docs/Sources/AWS/) to define the Access Key and Secret Key. ```