diff --git a/core/js/integritycheck-failed-notification.js b/core/js/integritycheck-failed-notification.js index 9f7c59b908..796166cd11 100644 --- a/core/js/integritycheck-failed-notification.js +++ b/core/js/integritycheck-failed-notification.js @@ -24,7 +24,7 @@ $(document).ready(function(){ 'core', 'There were problems with the code integrity check. More information…', { - docUrl: OC.generateUrl('/settings/admin#security-warning') + docUrl: OC.generateUrl('/settings/admin/overview#security-warning') } );