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

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