mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 18:50:39 +02:00
meta: Update various links to https
This commit is contained in:
parent
b4a36d942e
commit
0d1542ccd7
14 changed files with 16 additions and 16 deletions
|
@ -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 ())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue