From 2af75c68e67b35bf35bb340002893e7d42ecfd59 Mon Sep 17 00:00:00 2001 From: Will Huxtable Date: Sat, 20 May 2017 11:32:00 +0100 Subject: [PATCH] Fix URL The link to alice was invalid, just missing the protocol. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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().