From ae1702bee5e8b3e6d4e31041b4a593826ac60484 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 21 Aug 2021 20:56:25 -0500 Subject: Replace HTTP links with HTTPS for sites with HTTPS versions --- misc/hooks/canonicalize_filename.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/hooks') 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="" -- cgit v1.2.3