Update links to point at correct GH account / repo after rename/move

This commit is contained in:
thephez 2018-01-24 12:33:20 -05:00
parent 29c930bd33
commit 02244aa5f6
11 changed files with 32 additions and 32 deletions

View file

@ -8,13 +8,13 @@ one](https://www.atlassian.com/git/tutorial/git-basics).
In order to use GitHub, you need to [sign up](http://github.com/signup) and [set
up git](https://help.github.com/articles/set-up-git). You will also need to
click the **Fork** button on the dash.org [GitHub
page](https://github.com/thephez/dash.org) and clone your GitHub
page](https://github.com/dash-docs/dash-docs) and clone your GitHub
repository into a local directory with the following command lines:
```
git clone (url provided by GitHub on your fork's page) dash.org
cd dash.org
git remote add upstream https://github.com/thephez/dash.org.git
git remote add upstream https://github.com/dash-docs/dash-docs.git
```
**How to send a pull request**