Redirect to the app deployment docs on success.

This commit is contained in:
Andrew Starr-Bochicchio
2014-10-31 17:52:58 -04:00
parent c092dd1719
commit 2b21fa3ed9

View File

@@ -96,7 +96,7 @@ __END__
$.post('/setup', data)
.done(function() {
$("#result").html("Success!")
window.location.href = "https://github.com/progrium/dokku#deploy-an-app";
window.location.href = "http://progrium.viewdocs.io/dokku/application-deployment";
})
.fail(function(data) {
$("#result").html("Something went wrong...")