From: Kai Kreuzer Date: Mon, 28 Sep 2020 21:10:39 +0000 (+0200) Subject: Fixed urls in template that resulted in a 404 (#8601) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=c071b2ea060f1a81137611e33e8fcb448964d9ea;p=openhab-addons.git Fixed urls in template that resulted in a 404 (#8601) Signed-off-by: Kai Kreuzer --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9f105d4fd1..a76cda014c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -36,11 +36,11 @@ Please keep the following in mind: - Did you describe any noteworthy changes in usage for the end user? - Was the documentation updated accordingly, e.g. the add-on README? - 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: - 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: - https://www.openhab.org/docs/developer/contributing/contributing.html#sign-your-work + https://www.openhab.org/docs/developer/contributing.html#sign-your-work -->