Skip to content

Commit

Permalink
Merge pull request #35
Browse files Browse the repository at this point in the history
Fix external documentation links.
  • Loading branch information
roaksoax committed Aug 4, 2023
2 parents 8532ad0 + 61e81d7 commit ac4adf2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 7.1.5
- Fix external documentation links [#35](https://github.com/logstash-plugins/logstash-integration-aws/pull/35)

## 7.1.4
- Fix `use_aws_bundled_ca` to use bundled ca certs per plugin level instead of global [#33](https://github.com/logstash-plugins/logstash-integration-aws/pull/33)

Expand Down
2 changes: 1 addition & 1 deletion docs/input-s3.asciidoc
Expand Up @@ -109,7 +109,7 @@ This plugin uses the AWS SDK and supports several ways to get credentials, which
* Default value is `{}`

Key-value pairs of settings and corresponding values used to parametrize
the connection to s3. See full list in https://docs.aws.amazon.com/sdkforruby/api/Aws/S3/Client.html[the AWS SDK documentation]. Example:
the connection to s3. See full list in https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html[the AWS SDK documentation]. Example:

[source,ruby]
input {
Expand Down
2 changes: 1 addition & 1 deletion docs/input-sqs.asciidoc
Expand Up @@ -131,7 +131,7 @@ This plugin uses the AWS SDK and supports several ways to get credentials, which
* Default value is `{}`

Key-value pairs of settings and corresponding values used to parametrize
the connection to SQS. See full list in https://docs.aws.amazon.com/sdk-for-ruby/v2/api/Aws/SQS/Client.html[the AWS SDK documentation]. Example:
the connection to SQS. See full list in https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SQS/Client.html[the AWS SDK documentation]. Example:

[source,ruby]
input {
Expand Down
2 changes: 1 addition & 1 deletion docs/output-s3.asciidoc
Expand Up @@ -143,7 +143,7 @@ This plugin uses the AWS SDK and supports several ways to get credentials, which
* Default value is `{}`

Key-value pairs of settings and corresponding values used to parametrize
the connection to S3. See full list in https://docs.aws.amazon.com/sdkforruby/api/Aws/S3/Client.html[the AWS SDK documentation]. Example:
the connection to S3. See full list in https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html[the AWS SDK documentation]. Example:

[source,ruby]
output {
Expand Down

0 comments on commit ac4adf2

Please sign in to comment.