From 106103ee7b3ebbde16f13fbb1540332c2cc9ebdb Mon Sep 17 00:00:00 2001 From: "lynn [they]" Date: Fri, 13 Dec 2019 19:54:14 -0800 Subject: [PATCH] Update app.go --- app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.go b/app.go index 09b13be..c04e9af 100644 --- a/app.go +++ b/app.go @@ -13,7 +13,7 @@ import ( ) var ( - changeLogURL = "https://github.com/urfave/cli/blob/master/CHANGELOG.md" + changeLogURL = "https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md" appActionDeprecationURL = fmt.Sprintf("%s#deprecated-cli-app-action-signature", changeLogURL) contactSysadmin = "This is an error in the application. Please contact the distributor of this application if this is not you." errInvalidActionType = NewExitError("ERROR invalid Action type. "+