Fix code integrity check-warning link
Signed-off-by: Marius Blüm <marius@lineone.io>
This commit is contained in:
parent
326f07e756
commit
f824ff500d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ $(document).ready(function(){
|
|||
'core',
|
||||
'<a href="{docUrl}">There were problems with the code integrity check. More information…</a>',
|
||||
{
|
||||
docUrl: OC.generateUrl('/settings/admin#security-warning')
|
||||
docUrl: OC.generateUrl('/settings/admin/overview#security-warning')
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue