diff --git a/core/js/update.js b/core/js/update.js
index 090f8fa5d23063c13e4bcc12c3a74fa8125acda3..1626b6f2c494ec58512a6454cfd2a53b4e7b5324 100644
--- a/core/js/update.js
+++ b/core/js/update.js
@@ -84,7 +84,7 @@
 						.append(t('core', 'The update was successful. Redirecting you to ownCloud now.'))
 						.appendTo($el);
 					setTimeout(function () {
-						OC.redirect(OC.webroot);
+						OC.redirect(OC.webroot + '/');
 					}, 3000);
 				}
 			});