Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed url to the link of the page coding guidelines. #901

Merged
merged 1 commit into from
Feb 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion developers/development/bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down