From 82136fed26a5be94fec748bf64484bda1df4915e Mon Sep 17 00:00:00 2001 From: Leticia Wanderley Date: Fri, 6 Oct 2017 17:00:09 -0300 Subject: [PATCH] Fix - broken repo link on README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a134c65..2877a668 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repo contains the source code and documentation powering [reactjs.org](http 1. Git 1. Node: install version 8.4 or greater 1. Yarn: `npm i -g yarn` to install it globally via NPM -1. A clone of the [reactjs.org repo](https://github.com/facebook/reactjs.org) on your local machine +1. A clone of the [reactjs.org repo](https://github.com/reactjs/reactjs.org) on your local machine 1. A fork of the repo (for any contributions) ### Installation @@ -47,7 +47,7 @@ This repo contains the source code and documentation powering [reactjs.org](http 1. `git add -A && git commit -m "My message"` (replacing `My message` with a commit message, such as `Fixed header logo on Android`) to stage and commit your changes 1. `git push my-fork-name the-name-of-my-branch` -1. Go to the [reactjs.org repo](https://github.com/facebook/reactjs.org) and you should see recently pushed branches. +1. Go to the [reactjs.org repo](https://github.com/reactjs/reactjs.org) and you should see recently pushed branches. 1. Follow GitHub's instructions. 1. If possible include screenshots of visual changes. A Netlify build will also be automatically created once you make your PR so other people can see your change.