From 724e6eafac3ca7f6c83b7f9a009200b828a8546e Mon Sep 17 00:00:00 2001 From: Maximiliano Castro Date: Tue, 24 Oct 2017 15:24:36 -0700 Subject: [PATCH] Docs - README.md - Fix Good First Issue Link Summary: I was reading the README and I noticed the link to [Good first issue](https://github.com/facebook/react-native/labels/Good%20first%20issue) was pointing to a wrong label. N/A [DOCS][BUGFIX][README.md] - Fix beginners friendly bug link in README.md Closes https://github.com/facebook/react-native/pull/16523 Differential Revision: D6138904 Pulled By: hramos fbshipit-source-id: 42800feca9445156eac7d479ee8548c4a427f156 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8967092b..c801b08a2 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Read our [contributing guide](https://facebook.github.io/react-native/docs/contr ### Beginner Friendly Bugs -We have a list of [beginner friendly issues](https://github.com/facebook/react-native/labels/Good%20First%20Task) to help you get your feet wet in the React Native codebase and familiar with our contribution process. This is a great place to get started. +We have a list of [beginner friendly issues](https://github.com/facebook/react-native/labels/Good%20First%20Issue) to help you get your feet wet in the React Native codebase and familiar with our contribution process. This is a great place to get started. ## License