From db989c0f63e1b4700ad33a64c776d1b34bd206f7 Mon Sep 17 00:00:00 2001 From: Vikash Agrawal Date: Fri, 14 Apr 2017 21:26:38 +0530 Subject: [PATCH] Updated link for good first bug's in README.md (#9273) * Updated link for good first bug's in README.md * Changed text for beginner friendly bugs * update beginner friendly bugs section title --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e22b705c1e..2ae261c699 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,9 @@ Facebook has adopted a Code of Conduct that we expect project participants to ad Read our [contributing guide](https://facebook.github.io/react/contributing/how-to-contribute.html) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React. -### Good First Bug +### Beginner Friendly Bugs -To help you get your feet wet and get you familiar with our contribution process, we have a list of [good first bugs](https://github.com/facebook/react/labels/good%20first%20bug) that contain bugs which are fairly easy to fix. This is a great place to get started. +To help you get your feet wet and get you familiar with our contribution process, we have a list of [beginner friendly bugs](https://github.com/facebook/react/labels/Difficulty%3A%20beginner) that contain bugs which are fairly easy to fix. This is a great place to get started. ### License