From 67de101056dd37796d33c39a637cb86b523e6074 Mon Sep 17 00:00:00 2001 From: Dave Tapley Date: Mon, 28 Jan 2019 17:15:07 -0700 Subject: [PATCH] Fix contributor agreement link GitHub is expanding the file name to `https://github.com/elm/compiler/blob/master/.github/ContributorAgreement.pdf`, which is a 404, so use the full URL instead. --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d32d9b7f1..2c39910d2 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -6,7 +6,7 @@ possible. ## Licensing -You need to sign the [contributor agreement](ContributorAgreement.pdf) +You need to sign the [contributor agreement](https://github.com/elm/compiler/blob/master/ContributorAgreement.pdf) and send it to before opening your pull request. ## Style Guide