From 5b263d0ace0b2be4c8c83730f1be254a7ca37e4c Mon Sep 17 00:00:00 2001 From: Tiago Matias Date: Mon, 15 Jun 2020 12:04:06 -0300 Subject: [PATCH] fix link to docs on v2 manual was pointing to v1 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 55008b4b55..15673de4e2 100644 --- a/docs/v2/manual.md +++ b/docs/v2/manual.md @@ -307,7 +307,7 @@ func main() { } ``` -See full list of flags at http://godoc.org/github.com/urfave/cli +See full list of flags at https://pkg.go.dev/github.com/urfave/cli/v2 #### Placeholder Values