Fixed urls in template that resulted in a 404 (#8601)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer 2020-09-28 23:10:39 +02:00 committed by GitHub
parent bff1810aec
commit c071b2ea06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,11 +36,11 @@ Please keep the following in mind:
- Did you describe any noteworthy changes in usage for the end user? - Did you describe any noteworthy changes in usage for the end user?
- Was the documentation updated accordingly, e.g. the add-on README? - Was the documentation updated accordingly, e.g. the add-on README?
- Does your contribution follow the coding guidelines: - Does your contribution follow the coding guidelines:
https://www.openhab.org/docs/developer/development/guidelines.html https://www.openhab.org/docs/developer/guidelines.html
- Did you check for any (relevant) issues from the static code analysis: - Did you check for any (relevant) issues from the static code analysis:
https://www.openhab.org/docs/developer/development/bindings.html#static-code-analysis https://www.openhab.org/docs/developer/bindings/#include-the-binding-in-the-build
- Did you sign-off your work: - Did you sign-off your work:
https://www.openhab.org/docs/developer/contributing/contributing.html#sign-your-work https://www.openhab.org/docs/developer/contributing.html#sign-your-work
--> -->
<!-- TESTING --> <!-- TESTING -->