From c355a34de107befd26bc495272b91c11957f3fd0 Mon Sep 17 00:00:00 2001 From: hotchemi Date: Sat, 13 Jan 2018 17:12:00 -0800 Subject: [PATCH] Fix links to beginner friendly issues Summary: While I was reading README I found wrong links to `beginner friendly issues` so just fixed them. Closes https://github.com/facebook/react-native/pull/17579 Differential Revision: D6719845 Pulled By: shergin fbshipit-source-id: 5c3290f70efbd8c40c2d3482c23c198ab45d510e --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9c16003972..34a94428f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,7 +78,7 @@ Working on your first Pull Request? You can learn how from this free video serie [**How to Contribute to an Open Source Project on GitHub**](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github) -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. ### Proposing a change diff --git a/README.md b/README.md index 42b0f72c8e..014138ab3e 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,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%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. +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. ---