Skip to content

Commit 9c5a871

Browse files
committed
Merge pull request #360 from mboersma/deis-com
docs(pkg): update help URL to https://deis.com/
2 parents f4c74cd + 58a8786 commit 9c5a871

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/gitreceive/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ func build(
259259

260260
log.Info("Done, %s:v%d deployed to Deis\n", appName, release)
261261
log.Info("Use 'deis open' to view this application in your browser\n")
262-
log.Info("To learn more, use 'deis help' or visit http://deis.io\n")
262+
log.Info("To learn more, use 'deis help' or visit https://deis.com/\n")
263263

264264
run(repoCmd(repoDir, "git", "gc"))
265265

0 commit comments

Comments
 (0)