mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Redirect to the app deployment docs on success.
This commit is contained in:
@@ -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...")
|
||||
|
||||
Reference in New Issue
Block a user