From c9506b7dc14dc0f700c9e88b548b57e6dce16ff5 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Fri, 3 Jul 2015 16:47:30 +0200 Subject: [PATCH] [doc] Fix a broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ed5a8ecb..245e2aa9c 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ By default, only the Console transport is set on the default logger. You can add winston.remove(winston.transports.Console); ``` -For more documentation about working with each individual transport supported by Winston see the [Working with transports](#working-with-transports) section below. +For more documentation about working with each individual transport supported by Winston see the [Winston Transports](docs/transports.md) document. ### Instantiating your own Logger If you would prefer to manage the object lifetime of loggers you are free to instantiate them yourself: