summaryrefslogtreecommitdiff
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
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.
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--NEWS.md.in1
2 files changed, 2 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
-----
diff --git a/NEWS.md.in b/NEWS.md.in
index 3dee013..a6272cf 100644
--- a/NEWS.md.in
+++ b/NEWS.md.in
@@ -2,6 +2,7 @@ rcm (@PACKAGE_VERSION@) unstable; urgency=low
* BUGFIX: Use custom function instead of `readlink` to resolve symlinks in
test helpers (Melissa Xie).
+ * Documentation fixes (Melissa Xie)
* Show usage information when given bad arguments (Mike Burns).
-- Mike Burns <mburns@thoughtbot.com> Fri, 09 May 2014 14:17:49 +0200