Skip to content

Commit

Permalink
[doc] Fix a broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Jul 3, 2015
1 parent a19607e commit c9506b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c9506b7

Please sign in to comment.