Update references to codegangsta to urfave (new org name)

Also add notice to README
This commit is contained in:
Jesse Szwedko
2016-05-22 14:42:23 -07:00
parent bebbcf6d41
commit 024b4c6240
10 changed files with 66 additions and 54 deletions

2
app.go
View File

@@ -12,7 +12,7 @@ import (
)
var (
changeLogURL = "https://github.com/codegangsta/cli/blob/master/CHANGELOG.md"
changeLogURL = "https://github.com/urfave/cli/blob/master/CHANGELOG.md"
appActionDeprecationURL = fmt.Sprintf("%s#deprecated-cli-app-action-signature", changeLogURL)
runAndExitOnErrorDeprecationURL = fmt.Sprintf("%s#deprecated-cli-app-runandexitonerror", changeLogURL)