From c7b2e351aabf9cf50a56c0fde6c803e992b9217f Mon Sep 17 00:00:00 2001 From: Jens Wetterich Date: Wed, 27 Oct 2021 16:33:35 +0200 Subject: [PATCH] github/pr: Fix link to coding conventions --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index da16f65593..d77b143e3e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ The RIOT community cares a lot about code quality. Therefore, before describing what your contribution is about, we would like you to make sure that your modifications are compliant with the RIOT -coding conventions, see https://github.com/RIOT-OS/RIOT/wiki/Coding-conventions. +coding conventions, see https://github.com/RIOT-OS/RIOT/blob/master/CODING_CONVENTIONS.md. --> ### Contribution description