From 01c8b252842d2547b21bd5e8b612eaaef59eb16b Mon Sep 17 00:00:00 2001 From: sharat Date: Sat, 10 Dec 2016 00:01:20 +0530 Subject: [PATCH] github: make contribution link non-relative --- .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 b54d13f05..4fa34e9b3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,4 +2,4 @@ Please read our [contribution workflow][contributing] before submitting a pull request. -[contributing]: ../CONTRIBUTING.md#contribution-flow +[contributing]: https://github.com/coreos/etcd/blob/master/CONTRIBUTING.md#contribution-flow