Merge pull request #1207 from bbkane/patch-1

Add link to pkg.go.dev docs in manual.md
This commit is contained in:
Robert Liebowitz 2020-12-13 11:11:49 -05:00 committed by GitHub
commit 83394fca6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ cli v2 manual
There are a small set of breaking changes between v1 and v2. There are a small set of breaking changes between v1 and v2.
Converting is relatively straightforward and typically takes less than Converting is relatively straightforward and typically takes less than
an hour. Specific steps are included in 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 ## Getting Started