diff --git a/pkg/cli/upgrade/upgrade.go b/pkg/cli/upgrade/upgrade.go index d1a08688..d56e8852 100644 --- a/pkg/cli/upgrade/upgrade.go +++ b/pkg/cli/upgrade/upgrade.go @@ -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