Skip to content

Commit

Permalink
Use proper link for winston-sns
Browse files Browse the repository at this point in the history
  • Loading branch information
aisipos committed May 14, 2015
1 parent 22a5f5a commit b246efd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -823,7 +823,7 @@ The Mail transport uses [emailjs](https://github.com/eleith/emailjs) behind the

### Amazon SNS (Simple Notification System) Transport

The [winston-sns][18] transport uses amazon SNS to send emails, texts, or a bunch of other notifications. Since this transport uses the Amazon AWS SDK for JavaScript, you can take advantage of the various methods of authentication found in Amazon's [Configuring the SDK in Node.js](http://docs.aws.amazon.com/AWSJavaScriptSDK/guide/node-configuring.html) document.
The [winston-sns][25] transport uses amazon SNS to send emails, texts, or a bunch of other notifications. Since this transport uses the Amazon AWS SDK for JavaScript, you can take advantage of the various methods of authentication found in Amazon's [Configuring the SDK in Node.js](http://docs.aws.amazon.com/AWSJavaScriptSDK/guide/node-configuring.html) document.

``` js
var winston = require('winston'),
Expand Down Expand Up @@ -1018,3 +1018,4 @@ All of the winston tests are written in [vows][9], and designed to be run with n
[22]: https://github.com/flite/winston-graylog2
[23]: https://github.com/kenperkins/winston-papertrail
[24]: https://github.com/jorgebay/winston-cassandra
[25]: https://github.com/jesseditson/winston-sns

0 comments on commit b246efd

Please sign in to comment.