correct small errors in docs

This commit is contained in:
Reinier Balt 2011-08-02 11:01:50 +02:00
parent 724b279f41
commit 2441aa92b5
3 changed files with 9 additions and 9 deletions

4
README
View file

@ -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

View file

@ -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

View file

@ -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
@ -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
@ -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