From 0599d8736a23d51a487c4b6cb09284c71468d1d0 Mon Sep 17 00:00:00 2001 From: Jochen Date: Tue, 19 Feb 2019 06:43:35 +0100 Subject: [PATCH] Fixed url to the link of the page coding guidelines. (#901) --- developers/development/bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers/development/bindings.md b/developers/development/bindings.md index 74e9f03629..2b2e3eead0 100644 --- a/developers/development/bindings.md +++ b/developers/development/bindings.md @@ -9,7 +9,7 @@ title: Developing bindings This page describes the necessary steps in order to implement a new binding for openHAB. -For information about code style and naming conventions, please see the [coding guidelines](guidelines). +For information about code style and naming conventions, please see the [coding guidelines](guidelines.html). Choose the option "openHAB 2 Add-ons" in [your IDE setup](ide.html), and create a skeleton for your binding. To do this, use a command line terminal and go to your Git repository folder under `git/openhab2-addons/addons/binding` and call the script `create_openhab_binding_skeleton.sh` with two arguments.