From 4b700f5e661b2cca45fa5ecf85d4725e3bbca235 Mon Sep 17 00:00:00 2001 From: Sung Won Cho Date: Sat, 25 Apr 2020 16:56:24 +1000 Subject: [PATCH] Fix upgrade url (#453) --- pkg/cli/upgrade/upgrade.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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