From ab758bcaaa3927ebc18b36df63dee9e07ec6ffd3 Mon Sep 17 00:00:00 2001 From: Johan Ruokangas Date: Sat, 24 Feb 2018 13:50:31 +0200 Subject: [PATCH] Fix RFC link (#3594) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7e75de6..0b0cffa7 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ This library is a community effort: it can only be great if we all help out in o * Creating public example repositories or [Snacks](https://snack.expo.io/) of navigation problems you have solved and sharing the links in [Community Resources](https://github.com/react-navigation/react-navigation/blob/master/COMMUNITY_RESOURCES.md). * Answering questions on [Stack Overflow](https://stackoverflow.com/search?q=react-navigation). * Answering questions in our [Reactiflux](https://www.reactiflux.com/) channel. -* Providing feedback on the open [PRs](https://github.com/react-community/react-navigation/pulls). -* Providing feedback on the open [RFCs](https://github.com/react-community/rfcs/pulls). +* Providing feedback on the open [PRs](https://github.com/react-navigation/react-navigation/pulls). +* Providing feedback on the open [RFCs](https://github.com/react-navigation/rfcs). * Improving the [website](https://github.com/react-navigation/react-navigation.github.io). If you would like to submit a pull request, please follow the [Contributors guide](https://reactnavigation.org/docs/contributing.html) to find out how. If you don't know where to start, check the ones with the label [`good first issue`](https://github.com/react-community/react-navigation/labels/good%20first%20issue) - even [fixing a typo in the documentation](https://github.com/react-community/react-navigation/pull/2727) is a worthy contribution!