From 5d18161fb912b2eae14938d72a734293f89707d0 Mon Sep 17 00:00:00 2001 From: Glyn Owen Hanmer Date: Tue, 11 May 2021 11:51:32 +0100 Subject: [PATCH] Update API Documentation link in README Linking instead to pkg.go.dev, which is now the canonical docs place. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed8bd9ac..f6ff7c0b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ for line := range t.Lines { } ``` -See [API documentation](http://godoc.org/github.com/hpcloud/tail). +See [API documentation](https://pkg.go.dev/github.com/hpcloud/tail). ## Log rotation