From ab0f6e4689a88272d1549b721a4dcb45517b9138 Mon Sep 17 00:00:00 2001 From: Kirill Motkov Date: Mon, 11 Mar 2019 12:53:52 +0300 Subject: [PATCH] Replacing the wrong link with the correct. This change replaces the incorrect links in the .MD files with the correct ones. Signed-off-by: Kirill Motkov --- .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 2564119ccb..009a3ff764 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ Before creating a pull request, please make sure: - You have read the guide for contributing - See https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - You signed all your commits (otherwise we won't be able to merge the PR) - - See https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md#sign-your-work + - See https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md#certificate-of-origin---sign-your-work - You added unit tests for the new functionality - You mention in the PR description which issue it is addressing, e.g. "Resolves #123" -->