From 5f6f124d960df9a808f43aa6a6b637b9d26f802e Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 25 Jan 2024 12:17:25 -0800 Subject: Switch links to https: that are found in comments These are for use by humans only. --- modules/git/files/create_git_repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/git/files') diff --git a/modules/git/files/create_git_repo.sh b/modules/git/files/create_git_repo.sh index 28afde40..144d063b 100644 --- a/modules/git/files/create_git_repo.sh +++ b/modules/git/files/create_git_repo.sh @@ -1,6 +1,6 @@ #!/bin/bash umask 0002 -# http://eagleas.livejournal.com/18907.html +# https://eagleas.livejournal.com/18907.html name="$1" mkdir -p $name cd $name -- cgit v1.2.1