Fix upgrade url (#453)

This commit is contained in:
Sung Won Cho 2020-04-25 16:56:24 +10:00 committed by GitHub
commit 4b700f5e66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,7 @@ func checkVersion(ctx context.DnoteCtx) error {
if latestVersion == ctx.Version {
log.Success("you are up-to-date\n\n")
} else {
log.Infof("to upgrade, see https://github.com/dnote/dnote/pkg/cli/blob/master/README.md\n")
log.Infof("to upgrade, see https://github.com/dnote/dnote\n")
}
return nil