From 327219624d3ffad911ec0e5c630a9dff0429d3bb Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 7 Mar 2018 11:04:58 +0100 Subject: [PATCH] Convert remaining links to https:// --- INSTALL | 2 +- doc/holidays/README | 2 +- doc/holidays/refresh | 4 ++-- doc/man/timew.1.in | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index ce752c13..67d5c4fe 100644 --- a/INSTALL +++ b/INSTALL @@ -10,7 +10,7 @@ Dependencies In order to build Timewarrior, you will need: - - cmake (See http://cmake.org) + - cmake (See https://cmake.org) - make You will need a C++ compiler that supports full C++11, which includes: diff --git a/doc/holidays/README b/doc/holidays/README index 5eafacfa..8af29fb8 100644 --- a/doc/holidays/README +++ b/doc/holidays/README @@ -1,7 +1,7 @@ Timewarrior Holiday Files ========================= -The holiday files were created using http://holidata.net data by the 'refresh' +The holiday files were created using https://holidata.net data by the 'refresh' script. This data can be updated using these commands: $ ./refresh diff --git a/doc/holidays/refresh b/doc/holidays/refresh index a936389d..b7094635 100755 --- a/doc/holidays/refresh +++ b/doc/holidays/refresh @@ -52,7 +52,7 @@ def enumerate(path): def holidata(locale, year): - return "http://holidata.net/%s/%d.json" % (locale, year) + return "https://holidata.net/%s/%d.json" % (locale, year) def update_locales(locales, regions, years): @@ -109,7 +109,7 @@ def main(args): if __name__ == "__main__": - usage = """See http://holidata.net for details of supported locales and regions.""" + usage = """See https://holidata.net for details of supported locales and regions.""" parser = argparse.ArgumentParser( description="Update holiday data files. Simply run 'refresh' to update all of them.") parser.add_argument('--locale', nargs='+', help='Specific locale to update.') diff --git a/doc/man/timew.1.in b/doc/man/timew.1.in index c7617652..06b0cae1 100644 --- a/doc/man/timew.1.in +++ b/doc/man/timew.1.in @@ -824,7 +824,7 @@ Default value is 'yes'. For examples please see the online documentation starting at: .RS - + .RE Note that the online documentation can be more detailed and more current than @@ -851,7 +851,7 @@ For more information regarding Timewarrior, see the following: .TP The official site at - + .TP The official code repository at