mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Update links to point at correct GH account / repo after rename/move
This commit is contained in:
parent
29c930bd33
commit
02244aa5f6
11 changed files with 32 additions and 32 deletions
|
@ -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**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue