From 9d0397cb0930b55a8c7a70fdfc39b04b1a555533 Mon Sep 17 00:00:00 2001 From: Hannes <108765386+Hannes-tallied@users.noreply.github.com> Date: Wed, 6 Sep 2023 09:01:48 -0700 Subject: [PATCH] docs(readme): Fix link to the example (#52) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d10990..70b2c84 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ import "github.com/gin-contrib/zap" ## Example -See the [example](example/main.go). +See the [example](_example/example01/main.go). ```go package main