From e905fe4639dcacf9cab9e7b2607a294c732c66ca Mon Sep 17 00:00:00 2001 From: kotkovdev Date: Wed, 2 Aug 2023 23:48:07 +0300 Subject: [PATCH] update docs link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 979f71e6..b2576dae 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Import it in your program as: It requires Go 1.11 or later due to usage of Go Modules. Refer to the documentation here: -http://godoc.org/github.com/robfig/cron +http://godoc.org/github.com/robfig/cron/v3 The rest of this document describes the the advances in v3 and a list of breaking changes for users that wish to upgrade from an earlier version.