diff --git a/cmd/dagger/cmd/version.go b/cmd/dagger/cmd/version.go index 7979e252..20ad83f2 100644 --- a/cmd/dagger/cmd/version.go +++ b/cmd/dagger/cmd/version.go @@ -161,7 +161,7 @@ func checkVersion() { } if latestVersion != "" { - versionMessage = fmt.Sprintf("\nA new version is available (%s), please go to https://github.com/dagger/dagger/doc/install.md for instructions.", latestVersion) + versionMessage = fmt.Sprintf("\nA new version is available (%s), please go to https://docs.dagger.io/1200/local-dev for instructions.", latestVersion) } // Update check timestamps file