summaryrefslogtreecommitdiff
path: root/misc/hooks
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2021-08-21 20:56:25 -0500
committerAaron Franke <arnfranke@yahoo.com>2021-08-22 20:13:11 -0500
commitae1702bee5e8b3e6d4e31041b4a593826ac60484 (patch)
tree6de1242c9c265d038d91651b61d9c2c71550de7a /misc/hooks
parentbb1c930a418c153eac7e9e85dcab023bb723dd7e (diff)
Replace HTTP links with HTTPS for sites with HTTPS versions
Diffstat (limited to 'misc/hooks')
-rwxr-xr-xmisc/hooks/canonicalize_filename.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/hooks/canonicalize_filename.sh b/misc/hooks/canonicalize_filename.sh
index 5fcae6ee70..fe66999d8c 100755
--- a/misc/hooks/canonicalize_filename.sh
+++ b/misc/hooks/canonicalize_filename.sh
@@ -16,7 +16,7 @@
# specified filename. This should reproduce the results of the GNU version of
# readlink with the -f option.
#
-# Reference: http://stackoverflow.com/questions/1055671/how-can-i-get-the-behavior-of-gnus-readlink-f-on-a-mac
+# Reference: https://stackoverflow.com/questions/1055671/how-can-i-get-the-behavior-of-gnus-readlink-f-on-a-mac
canonicalize_filename () {
local target_file="$1"
local physical_directory=""