Changed some more references from beckingham.net to taskwarrior.org

This commit is contained in:
Federico Hernandez 2009-06-09 08:56:59 +02:00
parent 6e27feb8a3
commit 0291e4c72e
4 changed files with 6 additions and 7 deletions

View file

@ -6,6 +6,8 @@
+ Took the opportunity of a patch release to update the various email
addresses and URLs in the various documents.
------ old releases ------------------------------
1.7.0 (5/14/2009)
+ Improved the errors when parsing a corrupt or unrecognized pending.data
or completed.data file (thanks to T. Charles Yun).
@ -44,8 +46,6 @@
variable, $VISUAL or $EDITOR environment variable) and allows direct
editing of all editable task details.
------ old releases ------------------------------
1.6.1 (4/24/2009) 1b6faf57c998617024d0348a87b941a5d2ab2249
+ Fixed bug that caused new, first-time .taskrc files to be written without
including the custom report labels (thanks to P.C. Shyamshankar).

View file

@ -18,5 +18,5 @@ included.
color.cpp Color support functions.
rules.cpp Auto-colorization rules.
Please send bugs, patches to task@beckingham.net
Please send bugs, patches to support@taskwarrior.org

View file

@ -290,7 +290,7 @@ std::string handleVersion (Config& conf)
link.setColumnWidth (0, Table::flexible);
link.setColumnJustification (0, Table::left);
link.addCell (link.addRow (), 0,
"See http://www.beckingham.net/task.html for the latest releases and a "
"See http://taskwarrior.org for the latest releases and a "
"full tutorial. New releases containing fixes and enhancements are "
"made frequently.");

View file

@ -224,10 +224,9 @@ static std::string shortUsage (Config& conf)
out << table.render ()
<< std::endl
<< "See http://www.beckingham.net/task.html for the latest releases and a "
<< "See http://taskwarrior.org for the latest releases and a "
<< "full tutorial. New releases containing fixes and enhancements are "
<< "made frequently. Join in the discussion of task, present and future, "
<< "at http://groups.google.com/group/taskprogram"
<< "made frequently. Join in the discussion of task, present and future."
<< std::endl
<< std::endl;