Skip to content

Commit

Permalink
correct small errors in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lrbalt committed Aug 2, 2011
1 parent 724b279 commit 2441aa9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
* Manual: http://TracksApp.github.com/tracks/
* Source at GitHub: http://github.com/TracksApp/tracks/
* Assembla space (for bug reports and feature requests): http://www.assembla.com/spaces/tracks-tickets/tickets
* Wiki (community contributed information): https://github.com/tracksapp/tracks/wiki
* Wiki (community contributed information): https://github.com/TracksApp/tracks/wiki
* Forum: http://getontracks.org/forums/
* Mailing list: http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
* Original developer: bsag (http://www.rousette.org.uk/)
* Contributors: http://getontracks.org/wiki/Contributors
* Contributors: https://github.com/TracksApp/tracks/wiki/Contributors
* Version: 2.1devel
* Copyright: (cc) 2004-2011 rousette.org.uk.
* License: GNU GPL
Expand Down
8 changes: 4 additions & 4 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
= Tracks: a GTD web application, built with Ruby on Rails

* Project homepage: http://getontracks.org/
* Manual: http://tracksapp.github.com/tracks/
* Source at GitHub: http://github.com/tracksapp/tracks/
* Manual: http://TracksApp.github.com/tracks/
* Source at GitHub: http://github.com/TracksApp/tracks/
* Assembla space (for bug reports and feature requests): http://www.assembla.com/spaces/tracks-tickets/tickets
* Wiki (community contributed information): https://github.com/tracksapp/tracks/wiki
* Wiki (community contributed information): https://github.com/TracksApp/tracks/wiki
* Forum: http://getontracks.org/forums/
* Mailing list: http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
* Original developer: bsag (http://www.rousette.org.uk/)
* Contributors: https://github.com/tracksapp/tracks/wiki/Contributors
* Contributors: https://github.com/TracksApp/tracks/wiki/Contributors
* Version: 2.1devel
* Copyright: (cc) 2004-2011 rousette.org.uk.
* License: GNU GPL
Expand Down
6 changes: 3 additions & 3 deletions doc/README_DEVELOPERS
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Install them using

3. Wiki

There are some pointers for setting up your Tracks copy for testing at https://github.com/tracksapp/tracks/wiki/Testing/
There are some pointers for setting up your Tracks copy for testing at https://github.com/TracksApp/tracks/wiki/Testing/

4. SQLITE3 FOR TESTING

Expand All @@ -36,7 +36,7 @@ If you want to run tests using another database, that's fine, too. Just change y

This testing style is deprecated and tests are being moved over to Selenium via Cucumber.

See the wiki for more information to run the tests that are not yet migrated: https://github.com/tracksapp/tracks/wiki/Testing
See the wiki for more information to run the tests that are not yet migrated: https://github.com/TracksApp/tracks/wiki/Testing

6. RSPEC tests

Expand All @@ -54,4 +54,4 @@ and for those using javascript/ajax use

rake cucumber:selenium

See the wiki for more information on testing: https://github.com/tracksapp/tracks/wiki/Testing
See the wiki for more information on testing: https://github.com/TracksApp/tracks/wiki/Testing

0 comments on commit 2441aa9

Please sign in to comment.