From 2441aa92b564db750c6096ac44e793e545de2c40 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Tue, 2 Aug 2011 11:01:50 +0200 Subject: [PATCH] correct small errors in docs --- README | 4 ++-- doc/CHANGELOG | 8 ++++---- doc/README_DEVELOPERS | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README b/README index f5c9686f..3ba3299b 100644 --- a/README +++ b/README @@ -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 diff --git a/doc/CHANGELOG b/doc/CHANGELOG index fd5e4769..b30f0707 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -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 diff --git a/doc/README_DEVELOPERS b/doc/README_DEVELOPERS index 96c494ea..685a7efc 100644 --- a/doc/README_DEVELOPERS +++ b/doc/README_DEVELOPERS @@ -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 \ No newline at end of file +See the wiki for more information on testing: https://github.com/TracksApp/tracks/wiki/Testing \ No newline at end of file