meta: Update various links to https
This commit is contained in:
@@ -62,7 +62,7 @@ int CmdHelp::execute (std::string& output)
|
||||
+ composeUsage ()
|
||||
+ '\n'
|
||||
+ "Documentation for Taskwarrior can be found using 'man task', 'man taskrc', 'man "
|
||||
"task-color', 'man task-sync' or at http://taskwarrior.org\n"
|
||||
"task-color', 'man task-sync' or at https://taskwarrior.org\n"
|
||||
"\n"
|
||||
"The general form of commands is:\n"
|
||||
" task [<filter>] <command> [<mods>]\n"
|
||||
|
||||
@@ -68,7 +68,7 @@ int CmdVersion::execute (std::string& output)
|
||||
Table link;
|
||||
link.width (width);
|
||||
link.add ("");
|
||||
link.set (link.addRow (), 0, "Documentation for Taskwarrior can be found using 'man task', 'man taskrc', 'man task-color', 'man task-sync' or at http://taskwarrior.org");
|
||||
link.set (link.addRow (), 0, "Documentation for Taskwarrior can be found using 'man task', 'man taskrc', 'man task-color', 'man task-sync' or at https://taskwarrior.org");
|
||||
|
||||
Color bold;
|
||||
if (Context::getContext ().color ())
|
||||
|
||||
Reference in New Issue
Block a user