From b3e9afaf3ee55e2d62f6775dc0c62e8550b8fef1 Mon Sep 17 00:00:00 2001 From: ciB89 <20285334+ciB89@users.noreply.github.com> Date: Tue, 2 Nov 2021 17:50:25 +0100 Subject: [PATCH] fix link (#9462) fix one link not working (still directing to old site) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f0cc50b..fb0414e1 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Zigbee2MQTT is made up of three modules, each developed in its own Github projec Zigbee2MQTT uses TypeScript (partially for now). Therefore after making changes to files in the `lib/` directory you need to recompile Zigbee2MQTT. This can be done by executing `npm run build`. For faster development instead of running `npm run build` you can run `npm run build-watch` in another terminal session, this will recompile as you change files. ## Supported devices -See [Supported devices](https://www.zigbee2mqtt.io/information/supported_devices.html) to check whether your device is supported. There is quite an extensive list, including devices from vendors like Xiaomi, Ikea, Philips, OSRAM and more. +See [Supported devices](https://www.zigbee2mqtt.io/supported-devices) to check whether your device is supported. There is quite an extensive list, including devices from vendors like Xiaomi, Ikea, Philips, OSRAM and more. If it's not listed in [Supported devices](https://www.zigbee2mqtt.io/supported-devices), support can be added (fairly) easy, see [How to support new devices](https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html).