From b246efd70dae3bad91fd3aa93f5ead6e3fcac35d Mon Sep 17 00:00:00 2001 From: Anton Ian Sipos Date: Thu, 14 May 2015 15:17:54 -0700 Subject: [PATCH] Use proper link for winston-sns --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49d9155bd..306a5147f 100644 --- a/README.md +++ b/README.md @@ -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'), @@ -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