From acb691270d72796b9ebe7654c51cd7880f2d4386 Mon Sep 17 00:00:00 2001 From: Param Thakkar Date: Mon, 20 May 2019 16:21:40 -0400 Subject: [PATCH] Fix link Fix [Pull Requests] link in ./checklist/PULL_REQUEST_TEMPLATE.md --- checklist/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checklist/PULL_REQUEST_TEMPLATE.md b/checklist/PULL_REQUEST_TEMPLATE.md index 1b1b770..4c1644e 100644 --- a/checklist/PULL_REQUEST_TEMPLATE.md +++ b/checklist/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ ### All Submissions: * [ ] Have you followed the guidelines in our Contributing document? -* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change? +* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change?