diff --git a/Tracks-on-Heroku.md b/Tracks-on-Heroku.md index e2b381e..0534283 100644 --- a/Tracks-on-Heroku.md +++ b/Tracks-on-Heroku.md @@ -1,6 +1,6 @@ To get tracks working on Heroku, follow these steps: - 1. clone tracks with `git clone git://github.com/bsag/tracks.git` + 1. clone tracks with `git clone git://github.com/TracksApp/tracks.git` 2. `cd` into the `tracks` directory 3. Do the normal setup stuff (i.e. changing `site.yml` and `database.yml` according to the installation instructions, etc.) 4. Remove the line with `config/site.yml` and `database.yml` from the `.gitignore` file