diff --git a/command/version.go b/command/version.go index 9c9e30727..7d05fd9c8 100644 --- a/command/version.go +++ b/command/version.go @@ -108,7 +108,7 @@ func (c *VersionCommand) Run(args []string) int { if info.Outdated { c.Ui.Output(fmt.Sprintf( "\nYour version of Terraform is out of date! The latest version\n"+ - "is %s. You can update by downloading from www.terraform.io/downloads.html", + "is %s. You can update by downloading from https://www.terraform.io/downloads.html", info.Latest)) } }