From 0d1542ccd791f0aedc414370270d074ebef983c8 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Fri, 12 Mar 2021 07:55:55 -0500 Subject: [PATCH] meta: Update various links to https --- ChangeLog | 2 +- INSTALL | 6 +++--- doc/rc/solarized-dark-256.theme | 2 +- doc/rc/solarized-light-256.theme | 2 +- scripts/add-ons/update-holidays.pl | 2 +- scripts/bash/task.sh | 2 +- src/Context.cpp | 2 +- src/Eval.cpp | 2 +- src/commands/CmdHelp.cpp | 2 +- src/commands/CmdVersion.cpp | 2 +- src/util.cpp | 2 +- test/bash_tap.sh | 2 +- test/bash_tap_tw.sh | 2 +- test/test_hooks/wrapper.sh | 2 +- 14 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 562fb8298..92a487970 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1350,7 +1350,7 @@ Bugs - All holiday files have been renamed to include a locale, rather than just a country code. For example: holidays.en-US.rc. - Now ships with an add-on script, update-holidays.pl, which contacts - http://holidata.net, and brings the installed holiday files up to date. + https://holidata.net, and brings the installed holiday files up to date. - Extension system now controlled by the 'extensions' configuration variable. - HTML export in the form of an external scripts export-html.pl. - Two additional solarized theme files, solarized-dark-256.theme and diff --git a/INSTALL b/INSTALL index 1c1ba0f8e..8640bd1f7 100644 --- a/INSTALL +++ b/INSTALL @@ -142,9 +142,9 @@ Darwin, 32bit See: https://taskwarrior.org/issues/817 - http://stackoverflow.com/questions/3261909/build-32bit-on-64-bit-linux-using-a-configure-script - http://stackoverflow.com/questions/2617508/cmake-gcc-cuda-and-m32-wtf - http://stackoverflow.com/questions/6077414/cmake-how-to-set-the-ldflags-in-cmakelists-txt + https://stackoverflow.com/questions/3261909/build-32bit-on-64-bit-linux-using-a-configure-script + https://stackoverflow.com/questions/2617508/cmake-gcc-cuda-and-m32-wtf + https://stackoverflow.com/questions/6077414/cmake-how-to-set-the-ldflags-in-cmakelists-txt OpenBSD diff --git a/doc/rc/solarized-dark-256.theme b/doc/rc/solarized-dark-256.theme index 023aa896c..20155dfc5 100644 --- a/doc/rc/solarized-dark-256.theme +++ b/doc/rc/solarized-dark-256.theme @@ -25,7 +25,7 @@ ############################################################################### # Colors used are based on the Solarized palette created by Ethan Schoonover -# +# # # This theme was designed to work with a terminal application that is using a # Solarized "Dark" color theme, otherwise colors will look odd. Solarized diff --git a/doc/rc/solarized-light-256.theme b/doc/rc/solarized-light-256.theme index d227e2c16..77600e3da 100644 --- a/doc/rc/solarized-light-256.theme +++ b/doc/rc/solarized-light-256.theme @@ -25,7 +25,7 @@ ############################################################################### # Colors used are based on the Solarized palette created by Ethan Schoonover -# +# # # This theme was designed to work with a terminal application that is using a # Solarized "Dark" color theme, otherwise colors will look odd. Solarized diff --git a/scripts/add-ons/update-holidays.pl b/scripts/add-ons/update-holidays.pl index 826d0897e..875440462 100755 --- a/scripts/add-ons/update-holidays.pl +++ b/scripts/add-ons/update-holidays.pl @@ -99,7 +99,7 @@ Schwyz: --region Schwyz \ --file holidays.de-CH.rc -See http://holidata.net for details of supported locales and regions. +See https://holidata.net for details of supported locales and regions. It is recommended that you regularly update your holiday files. Not only does this keep your holiday data current, but allows for corrected data to be used. diff --git a/scripts/bash/task.sh b/scripts/bash/task.sh index 76c1c641d..3c5e6c30f 100644 --- a/scripts/bash/task.sh +++ b/scripts/bash/task.sh @@ -46,7 +46,7 @@ # # *) Go to the project's website at # -# http://taskwarrior.org +# https://taskwarrior.org # ################################################################################ #the following variable is substituted for by ../../test/bash_completion.t diff --git a/src/Context.cpp b/src/Context.cpp index de09680ba..1719242b3 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -59,7 +59,7 @@ // This string is parsed and used as default values for configuration. std::string configurationDefaults = "# Taskwarrior program configuration file.\n" - "# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color',\n" + "# For more documentation, see https://taskwarrior.org or try 'man task', 'man task-color',\n" "# 'man task-sync' or 'man taskrc'\n" "\n" "# Here is an example of entries that use the default, override and blank values\n" diff --git a/src/Eval.cpp b/src/Eval.cpp index 45025d49c..8089f7fac 100644 --- a/src/Eval.cpp +++ b/src/Eval.cpp @@ -697,7 +697,7 @@ bool Eval::parsePrimitive ( //////////////////////////////////////////////////////////////////////////////// // Dijkstra Shunting Algorithm. -// http://en.wikipedia.org/wiki/Shunting-yard_algorithm +// https://en.wikipedia.org/wiki/Shunting-yard_algorithm // // While there are tokens to be read: // Read a token. diff --git a/src/commands/CmdHelp.cpp b/src/commands/CmdHelp.cpp index c7c5d96f0..e7ac09cb2 100644 --- a/src/commands/CmdHelp.cpp +++ b/src/commands/CmdHelp.cpp @@ -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 [] []\n" diff --git a/src/commands/CmdVersion.cpp b/src/commands/CmdVersion.cpp index 4d43541cc..e0aeb9f90 100644 --- a/src/commands/CmdVersion.cpp +++ b/src/commands/CmdVersion.cpp @@ -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 ()) diff --git a/src/util.cpp b/src/util.cpp index 919aa5e08..20dda8502 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -130,7 +130,7 @@ int confirm4 (const std::string& question) // Also, uuid_unparse_lower is not needed on FreeBSD, because the string // representation is always lowercase anyway. // For the implementation details, refer to -// http://svnweb.freebsd.org/base/head/sys/kern/kern_uuid.c +// https://svnweb.freebsd.org/base/head/sys/kern/kern_uuid.c #if defined(FREEBSD) || defined(OPENBSD) const std::string uuid () { diff --git a/test/bash_tap.sh b/test/bash_tap.sh index 70a2a2803..ebf51684a 100644 --- a/test/bash_tap.sh +++ b/test/bash_tap.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # For more information, see https://github.com/wbsch/bash_tap -# Subject to the MIT License. See LICENSE file or http://opensource.org/licenses/MIT +# Subject to the MIT License. See LICENSE file or https://opensource.org/licenses/MIT # Copyright (c) 2015 - 2021, Wilhelm Schürmann function bashtap_on_error { diff --git a/test/bash_tap_tw.sh b/test/bash_tap_tw.sh index 879ef2d5d..4cdf6033e 100644 --- a/test/bash_tap_tw.sh +++ b/test/bash_tap_tw.sh @@ -8,7 +8,7 @@ # "taskrc" is a file set up in bash_tap_tw.sh:setup_taskrc(), and can be # appended to or changed as needed. # -# Subject to the MIT License. See LICENSE file or http://opensource.org/licenses/MIT +# Subject to the MIT License. See LICENSE file or https://opensource.org/licenses/MIT # Copyright (c) 2015 - 2021, Wilhelm Schürmann function setup_taskrc { diff --git a/test/test_hooks/wrapper.sh b/test/test_hooks/wrapper.sh index 276ce817b..2932789de 100644 --- a/test/test_hooks/wrapper.sh +++ b/test/test_hooks/wrapper.sh @@ -10,7 +10,7 @@ echo "% Called at $(python3 -c 'import time; print(time.time())') with '$@'" >> # Log what arrives via stdin to ${IN} and what comes via stdout to ${OUT} $ORIGINALHOOK "$@" < <(tee -a ${IN}) > >(tee -a ${OUT}) -# More on the < <() syntax at: http://tldp.org/LDP/abs/html/process-sub.html +# More on the < <() syntax at: https://tldp.org/LDP/abs/html/process-sub.html EXITCODE=$? echo "! Exit code: ${EXITCODE}" >> ${OUT}