Merge pull request #2148 from dolanor/fix-install-link
fix: update install link
This commit is contained in:
commit
a68d43f0de
@ -161,7 +161,7 @@ func checkVersion() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if latestVersion != "" {
|
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
|
// Update check timestamps file
|
||||||
|
Reference in New Issue
Block a user