From f75f3a649c930d2905fa35b415b207d568d6741a Mon Sep 17 00:00:00 2001 From: Simon Eskildsen Date: Thu, 25 Sep 2014 03:05:52 +0000 Subject: [PATCH] readme: fix papertrail link \cc @al3x --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44df9ee..46dd102 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ func init() { Send errors to an exception tracking service compatible with the Airbrake API. Uses [`airbrake-go`](https://github.com/tobi/airbrake-go) behind the scenes. -* [`github.com/Sirupsen/logrus/hooks/papertrail`](https://github.com/Sirupsen/logrus/blob/master/hooks/airbrake/airbrake.go) +* [`github.com/Sirupsen/logrus/hooks/papertrail`](https://github.com/Sirupsen/logrus/blob/master/hooks/papertrail/papertrail.go) Send errors to the Papertrail hosted logging service via UDP. * [`github.com/Sirupsen/logrus/hooks/syslog`](https://github.com/Sirupsen/logrus/blob/master/hooks/syslog/syslog.go)