diff --git a/README.md b/README.md index 0a630fb..9d5481e 100644 --- a/README.md +++ b/README.md @@ -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().