diff --git a/content/blog/2017-12-07-introducing-the-react-rfc-process.md b/content/blog/2017-12-07-introducing-the-react-rfc-process.md index 3b0b54bd..c3e9b1a0 100644 --- a/content/blog/2017-12-07-introducing-the-react-rfc-process.md +++ b/content/blog/2017-12-07-introducing-the-react-rfc-process.md @@ -27,7 +27,7 @@ Generally, any idea that would benefit from additional review or design before b Not every change must go through the RFC process. Bug fixes or performance improvements that don't touch the API can be submitted directly to the main library. -We now have several different repositories for contributing improvements to React: +We now have several repositories where you can submit contributions to React: - **Issues, bugfixes, and code changes to the main library**: [facebook/react](https://github.com/facebook/react) - **Website and documentation**: [reactjs/reactjs.org](https://github.com/reactjs/reactjs.org)