meta: Update various links to https

This commit is contained in:
Tomas Babej 2021-03-12 07:55:55 -05:00
parent b4a36d942e
commit 0d1542ccd7
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5
14 changed files with 16 additions and 16 deletions

View file

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

View file

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