From cd7097db8cc00c62d0dceace965acc0d1506e893 Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Sun, 8 Dec 2019 23:14:48 +0100 Subject: [PATCH] [README] 404 link fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c5595e..d59b6fe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # node-red-contrib-tellstick -This is a full featured [Node-RED](http://nodered.org/) module to communicate with a [Tellstick](http://www.telldus.se/products/tellstick) or [Tellstick Duo](http://www.telldus.se/products/tellstick_duo). +This is a full featured [Node-RED](http://nodered.org/) module to communicate with a [Tellstick](https://telldus.com/produkt/tellstick-net/) or [Tellstick Duo](https://telldus.com/). * Send data to a Tellstick, e.g. turning a lamp on (Available on both Tellstick and Tellstick Duo). * Recieve data from a (Tellstick compatible) transmitter, e.g a remote control or a temperature sensor (Only available on Tellstick Duo). @@ -325,4 +325,4 @@ This modules is quite big and to make it easier to handle, the source code is is As per Node-RED standard, each module consist of 1 html file and 1 js file. These files lives in the `/tellstick` folder and **gets built** from the `/lib` folder. This is, somewhat incorrectly, named _lib_ because it's a reserved word in the Node-RED world and Node-RED will not try to discover nodes in folders named _lib_. The more correct folder name would be _source_. -A Gulp build script is included. Run `gulp build` to build the html/js files. Run `gulp` to start gulp in developer mode and auto-build the files when the source files (in `/lib`) are changed. \ No newline at end of file +A Gulp build script is included. Run `gulp build` to build the html/js files. Run `gulp` to start gulp in developer mode and auto-build the files when the source files (in `/lib`) are changed.