summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar Melissa Xie <melissa@thoughtbot.com>2014-11-14 11:28:31 -0500
committerGravatar Melissa Xie <me@melissaxie.com>2014-11-18 15:39:15 -0800
commitf8f204c0573e7b259eb2a070bf6017d0bcb95f52 (patch)
tree96c94a81db8403a4ddb915dc303a57824453fb41 /CONTRIBUTING.md
parentf29b24cf13ca5f141b8386614b353d75fedd71b9 (diff)
Fix broken mailmap documentation link
It was not the full path to the docs, but let's also just refer to the version on master.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 478dd56..8d447b3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -31,7 +31,7 @@ merged.
Submit a pull request using GitHub. If there is a relevant bug, mention
it in the commit message (`Fixes #42.`).
-[mailmap]: https://github.com/git/git/blob/6a907786af835ac15962be53f1492f2
+[mailmap]: https://github.com/git/git/blob/master/Documentation/mailmap.txt
Testing
-----