From 9eebd9e6d506a3013ecb037dec20cc0fd1f0f99e Mon Sep 17 00:00:00 2001 From: jossuar <50378548+jossuar@users.noreply.github.com> Date: Tue, 7 May 2019 21:25:45 +0300 Subject: [PATCH] Update index.md (#969) Corrected link to feature.xml file --- developers/bindings/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers/bindings/index.md b/developers/bindings/index.md index 21493322c..29bff2798 100644 --- a/developers/bindings/index.md +++ b/developers/bindings/index.md @@ -876,7 +876,7 @@ Various binding related questions are answered in our [Binding development FAQ]( Once you are happy with your implementation, you need to integrate it in the Maven build and add it to the official distro. * Add a new line in the [binding pom.xml](https://github.com/openhab/openhab2-addons/blob/master/bundles/pom.xml) at the alphabetically correct position. -* Furthermore add it to the [feature.xml](https://github.com/openhab/openhab2-addons/blob/master/features/karaf/openhab-addons/src/main/feature/feature.xml), again at the alphabetically correct position. +* Furthermore add it to the [feature.xml](https://github.com/openhab/openhab2-addons/blob/master/features/openhab-addons/src/main/feature/feature.xml), again at the alphabetically correct position. * If you have a dependency on a transport bundle (e.g. upnp, mdns or serial) or an external library, make sure to add a line for this dependency as well (see the other bindings as an example) * Add your binding to the CODEOWNERS at the alphabetically correct position.