commit 8a7186e12127cae0acb7b3307a92e497ed0ffc08
parent 1ed093a2ff5d0b89f1aa34177de0bcf7b6fe0024
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 7 Feb 2017 10:17:49 +0100
Use https URLs wherever possible
Diffstat:
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/AUTHORS b/AUTHORS
@@ -2,5 +2,5 @@ Telize is developed by:
Frederic Cambus <fred AT statdns DOT com>
-Site: http://www.cambus.net
+Site: https://www.cambus.net
Twitter: @fcambus
diff --git a/README.md b/README.md
@@ -196,12 +196,12 @@ for details.
Telize is developed by Frederic Cambus.
-- Site: http://www.cambus.net
-- Twitter: http://twitter.com/fcambus
+- Site: https://www.cambus.net
+- Twitter: https://twitter.com/fcambus
## Resources
-Project homepage: http://www.telize.com
+Project homepage: https://www.telize.com
Latest tarball release: http://www.statdns.com/telize/telize-1.07.tar.gz
@@ -209,4 +209,4 @@ GitHub: https://github.com/fcambus/telize
[1]: https://github.com/openresty/lua-nginx-module
[2]: http://dev.maxmind.com/geoip/legacy/geolite/
-[3]: http://www.cambus.net/log-rotation-directly-within-nginx-configuration-file/
+[3]: https://www.cambus.net/log-rotation-directly-within-nginx-configuration-file/
diff --git a/TODO b/TODO
@@ -1,2 +1,2 @@
-- Document time zone offsets : http://en.wikipedia.org/wiki/List_of_UTC_time_offsets
+- Document time zone offsets: https://en.wikipedia.org/wiki/List_of_UTC_time_offsets
diff --git a/telize b/telize
@@ -2,7 +2,7 @@
# #
# Telize 1.07 #
# Copyright (c) 2013-2016, Frederic Cambus #
-# http://www.telize.com #
+# https://www.telize.com #
# #
# Created: 2013-08-15 #
# Last Updated: 2016-11-22 #
diff --git a/tz-offset.lua b/tz-offset.lua
@@ -4,7 +4,7 @@
# #
# Telize 1.07 #
# Copyright (c) 2013-2016, Frederic Cambus #
-# http://www.telize.com #
+# https://www.telize.com #
# #
# Created: 2013-08-15 #
# Last Updated: 2016-11-22 #