From 4bca036433da86757c2995b28c7ef281e739d23d Mon Sep 17 00:00:00 2001 From: Richard Mayhew Date: Mon, 16 Jul 2018 21:28:43 +0200 Subject: [PATCH] Updated Old Template URL to point to the correct location within docs (#8905) --- html/includes/modal/alert_template.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/modal/alert_template.inc.php b/html/includes/modal/alert_template.inc.php index 388941f081..5fb9ec8623 100644 --- a/html/includes/modal/alert_template.inc.php +++ b/html/includes/modal/alert_template.inc.php @@ -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/'); } } });