From 5a1d2aa4b6e67e5543eb3dbe6bd10f5bbd6a0aef Mon Sep 17 00:00:00 2001 From: Ingo Gottwald Date: Thu, 17 May 2018 12:52:03 +0200 Subject: [PATCH] Fix contributing guide link in PR template --- .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 e9c809a33..a28934ae2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,7 @@ HOW TO WRITE A GOOD PULL REQUEST? - Write useful descriptions and titles. - Address review comments in terms of additional commits. - Do not amend/squash existing ones unless the PR is trivial. -- Read the contributing guide: https://github.com/containous/traefik/blob/master/.github/CONTRIBUTING.md. +- Read the contributing guide: https://github.com/containous/traefik/blob/master/CONTRIBUTING.md. -->