From 8fa99120056a075211a255aaf460905f469d9110 Mon Sep 17 00:00:00 2001
From: Adam Brandizzi <brandizzi@gmail.com>
Date: Sun, 28 Jan 2018 17:17:26 -0200
Subject: [PATCH] CONTRIBUTING.md: label was renamed. (#4310)

See https://groups.google.com/forum/#!msg/pandoc-discuss/mrFsj5RzNFA/Pnd3zubWBwAJ;context-place=searchin/pandoc-discuss/%22good$20first$20issue%22%7Csort:date
---
 CONTRIBUTING.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c104c7381..1145dd835 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -65,7 +65,7 @@ tags. These are used to indicate the *complexity* and *nature* of a
 bug. There is not yet a way to indicate priority. An up to date
 summary of issues can be found on [GitHub labels].
 
-* [beginner-friendly] — The perfect starting point for new contributors. The
+* [good first issue] — The perfect starting point for new contributors. The
   issue is generic and can be resolved without deep knowledge of the code
   base.
 * [enhancement] — A feature which would be desirable. We recommend
@@ -314,7 +314,7 @@ The library is structured as follows:
 [Haskell platform]: http://www.haskell.org/platform/
 [hsb2hs]: http://hackage.haskell.org/package/hsb2hs
 [GitHub labels]: https://github.com/jgm/pandoc/labels
-[beginner-friendly]: https://github.com/jgm/pandoc/labels/beginner-friendly
+[good first issue]:https://github.com/jgm/pandoc/labels/good%20first%20issue
 [enhancement]: https://github.com/jgm/pandoc/labels/enhancement
 [bug]: https://github.com/jgm/pandoc/labels/bug
 [complexity:low]: https://github.com/jgm/pandoc/labels/complexity:low