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
|
@ -1,7 +1,7 @@
|
|||
## Developer Documentation
|
||||
|
||||
Most parts of the documentation can be found in the
|
||||
[_includes](https://github.com/thephez/dash.org/tree/master/_includes)
|
||||
[_includes](https://github.com/dash-docs/dash-docs/tree/master/_includes)
|
||||
directory. Updates, fixes and improvements are welcome and can submitted using
|
||||
[pull requests](#working-with-github) on GitHub.
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ page is refreshed.
|
|||
|
||||
For anything more than simple text previews, you will need to build the
|
||||
site. If you can't do this yourself using the instructions below, please
|
||||
[open a pull request](https://github.com/thephez/dash.org/compare)
|
||||
[open a pull request](https://github.com/dash-docs/dash-docs/compare)
|
||||
with your suggested change and one of the site developers will create a preview
|
||||
for you.
|
||||
|
||||
|
@ -84,7 +84,7 @@ Use that program to install bundle:
|
|||
**Install the Ruby dependencies**
|
||||
|
||||
Ensure you checked out the site repository as described in [Working with
|
||||
GitHub](https://github.com/thephez/dash.org/blob/master/docs/working-with-github.md).
|
||||
GitHub](https://github.com/dash-docs/dash-docs/blob/master/docs/working-with-github.md).
|
||||
Then change directory to the top-level of your local repository (replace
|
||||
`dash.org` with the full path to your local repository clone):
|
||||
|
||||
|
|
|
@ -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