From 7901980ea96b5267a05c1db99e58697e51928fde Mon Sep 17 00:00:00 2001 From: James Sumners Date: Tue, 17 Jan 2017 15:03:42 -0500 Subject: [PATCH] Update link to Pino logger (#649) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6bf75b2..e3d70cb 100644 --- a/readme.md +++ b/readme.md @@ -231,7 +231,7 @@ Check out my [blog](https://blog.sindresorhus.com) 🦄 or say *hi* on [Twitter] ### Logging -- [pino](https://github.com/mcollina/pino) - Extremely fast logger inspired by Bunyan. +- [pino](https://github.com/pinojs/pino) - Extremely fast logger inspired by Bunyan. - [winston](https://github.com/winstonjs/winston) - Multi-transport async logging library. - [Bunyan](https://github.com/trentm/node-bunyan) - JSON logging library. - [intel](http://seanmonstar.github.io/intel/) - Logging library (handlers, filters, formatters, console injection).