From 929b29d03e066f2c56b85cf0032498e5b99885bc Mon Sep 17 00:00:00 2001 From: Dominic Bauer Date: Fri, 29 Apr 2022 11:06:04 +0200 Subject: [PATCH] Link to v3 docs in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38c4d8a..cbd8544 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![GoDoc](http://godoc.org/github.com/robfig/cron?status.png)](http://godoc.org/github.com/robfig/cron) +[![GoDoc](http://godoc.org/github.com/robfig/cron?status.png)](https://pkg.go.dev/github.com/robfig/cron/v3) [![Build Status](https://travis-ci.org/robfig/cron.svg?branch=master)](https://travis-ci.org/robfig/cron) # cron @@ -16,7 +16,7 @@ import "github.com/robfig/cron/v3" 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 +https://pkg.go.dev/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.