From 4ac86d8efecdf9e8d41b45a7ef77895d0db2a273 Mon Sep 17 00:00:00 2001 From: Pablo Estevez Date: Wed, 3 May 2023 23:40:37 -0400 Subject: [PATCH] Fix broken markdown link in NUT (#27256) --- source/_integrations/nut.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nut.markdown b/source/_integrations/nut.markdown index b6136765063..fbf9b3d6460 100644 --- a/source/_integrations/nut.markdown +++ b/source/_integrations/nut.markdown @@ -18,7 +18,7 @@ ha_platforms: ha_integration_type: device --- -The Network UPS Tools (NUT) integration allows you to monitor and manage a UPS (battery backup) using a [NUT] https://networkupstools.org/) server. It lets you view their status, receives notifications about important events, and execute commands as device actions. +The Network UPS Tools (NUT) integration allows you to monitor and manage a UPS (battery backup) using a [NUT](https://networkupstools.org/) server. It lets you view their status, receives notifications about important events, and execute commands as device actions. {% include integrations/config_flow.md %}