Skip to content

Commit

Permalink
Merge pull request #990 from urfave/lynncyrin-patch-2
Browse files Browse the repository at this point in the history
Update changelog URL
  • Loading branch information
coilysiren committed Dec 14, 2019
2 parents 986e2c1 + f45bcfd commit cae7b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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. "+
Expand Down

0 comments on commit cae7b0c

Please sign in to comment.