From 3fe8b5f27ad4beffd292ee5b946b44859e7da7b5 Mon Sep 17 00:00:00 2001 From: Apoorva Jagtap Date: Wed, 29 Jan 2025 22:51:04 +0530 Subject: [PATCH] updates the documentation hyperlink --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 02555b2..40dcfb0 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,7 @@ with Go's `net/http` package (or any framework supporting `http.Handler`), inclu domains (i.e. multiple CNAME aliases). * [**RecoveryHandler**](https://godoc.org/github.com/gorilla/handlers#RecoveryHandler) for recovering from unexpected panics. -Other handlers are documented [on the Gorilla -website](https://www.gorillatoolkit.org/pkg/handlers). +Read the full documentation [here](https://pkg.go.dev/github.com/gorilla/handlers#section-documentation). ## Example