Skip to content

Commit

Permalink
Fix references to renamed 'guides' repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
publickeating committed Mar 6, 2012
1 parent eae871b commit e0ca03a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Go to [SproutCore Guides](http://guides.sproutcore.com) homepage and check it ou

In order to start contributing, follow these steps:

- git clone git://github.com/sproutcore/sproutguides.git
- git clone git://github.com/sproutcore/guides.git

- Normal gem install

Expand All @@ -24,7 +24,7 @@ Alternatively you can use the normal bundler workflow to develop the guides. Thi
To install with bundler:

$ gem install bundler
$ cd sproutguides
$ cd guides
$ bundle install --binstubs

Once you've completed these steps, you're ready to start working with
Expand Down
12 changes: 6 additions & 6 deletions source/contribute.textile
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ h3. How to Contribute?

First, you will need to fork the SproutCore guides repository from Github.

Go to "https://github.com/sproutcore/sproutguides":https://github.com/sproutcore/sproutguides and fork it. then, check your forked copy out onto your local machine.
Go to "https://github.com/sproutcore/guides":https://github.com/sproutcore/guides and fork it. then, check your forked copy out onto your local machine.

<shell>
$ git clone git@github.com:<yourname>/sproutguides.git
$ git clone git@github.com:<yourname>/guides.git
</shell>
Switch to your newly cloned repository.

<shell>
$ cd sproutguides
$ cd guides
</shell>

You will want to add the main SproutCore repository as a remote:

<shell>
$ git remote add upstream git://github.com/sproutcore/sproutguides.git
$ git remote add upstream git://github.com/sproutcore/guides.git
</shell>

For each guide you write, you will want to create a new branch:
Expand Down Expand Up @@ -55,7 +55,7 @@ To install with bundler:

<shell>
$ gem install bundler
$ cd sproutguides
$ cd guides
$ bundle install --binstubs
</shell>

Expand Down Expand Up @@ -133,7 +133,7 @@ h3. Some Guidelines
* Guides are written in a modified Textile. For examples take a look at existing guides, or some of the "Rails Guides":https://github.com/rails/rails/tree/master/railties/guides/source for some examples.
* For now, follow the "Rails Guides Conventions":https://github.com/lifo/docrails/wiki/rails-guides-conventions.
* Assets are stored in the +assets+ directory.
* Sample format: "Fixtures":http://github.com/sproutcore/sproutguides/blob/master/source/fixtures.textile.
* Sample format: "Fixtures":http://github.com/sproutcore/guides/blob/master/source/fixtures.textile.
* Sample output: "Fixtures":http://guides.sproutcore.com/fixtures.html.

h3. What to Contribute?
Expand Down

0 comments on commit e0ca03a

Please sign in to comment.