diff --git a/README.md b/README.md index 22ad41ea8..82b45a881 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Features: [![Build Status](https://travis-ci.org/php-enqueue/sqs.png?branch=master)](https://travis-ci.org/php-enqueue/sqs) [![Total Downloads](https://poser.pugx.org/enqueue/sqs/d/total.png)](https://packagist.org/packages/enqueue/sqs/stats) [![Latest Stable Version](https://poser.pugx.org/enqueue/sqs/version.png)](https://packagist.org/packages/enqueue/sqs) - * [Amazon SNS](https://php-enqueue.github.io/transport/snsqs/) + * [Amazon SNS](https://php-enqueue.github.io/transport/sns/) [![Build Status](https://travis-ci.org/php-enqueue/sns.png?branch=master)](https://travis-ci.org/php-enqueue/sns) [![Total Downloads](https://poser.pugx.org/enqueue/sns/d/total.png)](https://packagist.org/packages/enqueue/sns/stats) [![Latest Stable Version](https://poser.pugx.org/enqueue/sns/version.png)](https://packagist.org/packages/enqueue/sns) diff --git a/docs/transport/sns.md b/docs/transport/sns.md new file mode 100644 index 000000000..8c367aef9 --- /dev/null +++ b/docs/transport/sns.md @@ -0,0 +1,21 @@ +--- +layout: default +title: Amazon SNS +parent: Transports +nav_order: 3 +--- +

Supporting Enqueue

+ +Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: + +- [Become a sponsor](https://www.patreon.com/makasim) +- [Become our client](http://forma-pro.com/) + +--- + +# Amazon SNS transport + +SNS documentation is under construction. +See: [#769](https://github.com/php-enqueue/enqueue-dev/issues/769) + +[back to index](../index.md)