From d6b5dc244d49fe3d7c77cbd259215e32d01ae009 Mon Sep 17 00:00:00 2001 From: Robert Laszczak Date: Tue, 29 Oct 2024 22:18:01 +0100 Subject: [PATCH] proper AWS examples link --- docs/content/pubsubs/aws.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/pubsubs/aws.md b/docs/content/pubsubs/aws.md index f54460a17..fd90edcd8 100644 --- a/docs/content/pubsubs/aws.md +++ b/docs/content/pubsubs/aws.md @@ -16,7 +16,9 @@ Official Documentation: - [SQS](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/welcome.html) - [SNS](https://docs.aws.amazon.com/sns/latest/dg/welcome.html) -You can find a fully functional example with AWS SNS in the [Watermill examples](https://github.com/ThreeDotsLabs/watermill/tree/master/_examples/pubsubs/aws). +You can find a fully functional example with AWS SNS in the Watermill examples: +- [SNS](https://github.com/ThreeDotsLabs/watermill/tree/master/_examples/pubsubs/aws-sns) +- [SQS](https://github.com/ThreeDotsLabs/watermill/tree/master/_examples/pubsubs/aws-sqs) ## Installation