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
14 changed files with 16 additions and 16 deletions

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