Corrected link to openhab instead of kai's personal repo (#657)

Signed-off-by: Martin van Wingerden <martinvw@mtin.nl> (github: martinvw)
pull/659/head
Martin van Wingerden 2018-04-05 23:25:14 +02:00 committed by Kai Kreuzer
parent 3d015a344a
commit d060c3e6dc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ title: Contribution
Note that the openHAB distribution repository does not contain any source code, but it rather aggregates features from different repos:
* [Eclipse SmartHome Framework](https://github.com/eclipse/smarthome): This repo holds the major parts of the core functionality.
* [openHAB 2 Core](https://github.com/kaikreuzer/openhab-core): This repo contains a few small bundles that are not part of Eclipse SmartHome, but required for the openHAB runtime. This e.g. contains a compatibility layer for supporting openHAB 1 add-ons.
* [openHAB 2 Core](https://github.com/openhab/openhab-core): This repo contains a few small bundles that are not part of Eclipse SmartHome, but required for the openHAB runtime. This e.g. contains a compatibility layer for supporting openHAB 1 add-ons.
* [openHAB 2 Add-ons](https://github.com/openhab/openhab2): Add-ons of openHAB that use the Eclipse SmartHome APIs can be found within this repository. They cannot be used with an openHAB 1.x runtime, since they provide features that the old runtime does not support.
* [openHAB 1 Add-ons](https://github.com/openhab/openhab): Add-ons developed for openHAB 1.x. Most of them are working smoothly on the openHAB 2 runtime and thus they are packaged within the distribution.
* [Eclipse SmartHome Extensions](https://github.com/eclipse/smarthome/tree/master/extensions): Since openHAB uses the Eclipse SmartHome framework, it is automatically compatible with all extensions that are available for it and maintained within the Eclipse SmartHome repository. These are usually high-quality extensions that might be even used in commercial products.