From 7c756af2b40ecdd2e547dd656c7e5a55b1ea097b Mon Sep 17 00:00:00 2001 From: Benjamin Kane Date: Fri, 27 Nov 2020 21:30:44 -0800 Subject: [PATCH] Add link to pkg.go.dev docs --- docs/v2/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v2/manual.md b/docs/v2/manual.md index e99afc1..94febaf 100644 --- a/docs/v2/manual.md +++ b/docs/v2/manual.md @@ -45,7 +45,7 @@ cli v2 manual There are a small set of breaking changes between v1 and v2. Converting is relatively straightforward and typically takes less than an hour. Specific steps are included in -[Migration Guide: v1 to v2](../migrate-v1-to-v2.md). +[Migration Guide: v1 to v2](../migrate-v1-to-v2.md). Also see the [pkg.go.dev docs](https://pkg.go.dev/github.com/urfave/cli/v2) for v2 API documentation. ## Getting Started