diff --git a/command/version.go b/command/version.go index 85b61844b..1142e1747 100644 --- a/command/version.go +++ b/command/version.go @@ -62,7 +62,7 @@ func (c *VersionCommand) Run(args []string) int { if info.Outdated { c.Ui.Say(fmt.Sprintf( "\nYour version of Packer is out of date! The latest version\n"+ - "is %s. You can update by downloading from www.packer.io", + "is %s. You can update by downloading from www.packer.io/downloads.html", info.Latest)) } }