From 7cf4e5dc92a5b30ba0f670d44e9a13a8a3e9cab9 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Thu, 15 Nov 2018 07:51:11 +0000 Subject: [PATCH] PULL_REQUEST_TEMPLATE.md: use more robust links relative links may not work if the PR is created from a branch containing slashes in it. --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ac5c25d083cf01..1666f58a98f99f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,5 +5,5 @@ - [ ] The page (if new), does not already exist in the repo. - [ ] The page is in the correct platform folder (`common/`, `linux/`, etc.) - [ ] The page has 8 or fewer examples. -- [ ] The PR title conforms to the recommended [templates](../blob/master/CONTRIBUTING.md#commit-message). -- [ ] The page follows the [content guidelines](../blob/master/CONTRIBUTING.md#guidelines). +- [ ] The PR title conforms to the recommended [templates](/tldr-pages/tldr/blob/master/CONTRIBUTING.md#commit-message). +- [ ] The page follows the [content guidelines](/tldr-pages/tldr/blob/master/CONTRIBUTING.md#guidelines).