From 8678802a398c1816099f27baa7e8a1382ef55863 Mon Sep 17 00:00:00 2001 From: Kaelan Thijs Fouwels Date: Sun, 17 Nov 2019 19:24:39 +0000 Subject: [PATCH] Correction of documentation URL see https://github.com/go-playground/validator/issues/536 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f712fff..c7e3244 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ validationErrors := err.(validator.ValidationErrors) Usage and documentation ------ -Please see http://godoc.org/github.com/go-playground/validator/v10 for detailed usage docs. +Please see https://godoc.org/github.com/go-playground/validator for detailed usage docs. ##### Examples: