Merge pull request #3 from wjh/patch-1

Fix alice URL
This commit is contained in:
Olivier Poitrey 2017-05-20 11:55:25 -07:00 committed by GitHub
commit 606506fd35
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ log.Ctx(ctx).Info().Msg("hello world")
The `github.com/rs/zerolog/hlog` package provides some helpers to integrate zerolog with `http.Handler`.
In this example we use [alice](github.com/justinas/alice) to install logger for better readability.
In this example we use [alice](https://github.com/justinas/alice) to install logger for better readability.
```go
log := zerolog.New(os.Stdout).With().