From 1cb6c42b0c0991dcba0c068671e3de90c59b0223 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Mon, 24 Mar 2025 10:32:43 -0400 Subject: [PATCH] doc: fix link to Metadata doc from notifications --- mdbook/src/notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdbook/src/notifications.md b/mdbook/src/notifications.md index fa89461a..19ba2237 100644 --- a/mdbook/src/notifications.md +++ b/mdbook/src/notifications.md @@ -7,7 +7,7 @@ We need a flexible model to define alarm conditions, and a standard way to annou ## Alarm Process -* Define alarm states as zones in the meta object attached to any Signal K value. See [[Metadata for Data Values]] +* Define alarm states as zones in the meta object attached to any Signal K value. See [Metadata for a Data Value](data_model_metadata.html#metadata-for-a-data-value) * If the value is within an alarm zone raise the defined alarm. * If the value goes out of the zone, remove the alarm by setting its value to null * Alarms are raised by placing an alarm object in the `vessels.self.notifications` tree