Updated Old Template URL to point to the correct location within docs (#8905)

This commit is contained in:
Richard Mayhew
2018-07-16 21:28:43 +02:00
committed by Tony Murray
parent d0943313e2
commit 4bca036433

View File

@ -76,7 +76,7 @@ $('#alert-template').on('show.bs.modal', function (event) {
$('#title').val(output['title']);
$('#title_rec').val(output['title_rec']);
if(output['template'].indexOf("{/if}")>=0){
toastr.info('The old template syntax is no longer supported. Please see https://docs.librenms.org/Alerting/Old-Templates/');
toastr.info('The old template syntax is no longer supported. Please see https://docs.librenms.org/Alerting/Old_Templates/');
}
}
});