summaryrefslogtreecommitdiffstats
path: root/platform/android/detect.py
diff options
context:
space:
mode:
authorMax Hilbrunner <mhilbrunner@users.noreply.github.com>2021-08-23 15:58:54 +0200
committerGitHub <noreply@github.com>2021-08-23 15:58:54 +0200
commit583b6a594ab88208d1e78c94e70a2957c316cf64 (patch)
tree9aac8c191ebc808667dce8b18e61b60db66782c5 /platform/android/detect.py
parent88db5417050ff6ffe97ab2716ab2e53c31b07eb4 (diff)
parentae1702bee5e8b3e6d4e31041b4a593826ac60484 (diff)
downloadredot-engine-583b6a594ab88208d1e78c94e70a2957c316cf64.tar.gz
Merge pull request #51971 from aaronfranke/https
Replace HTTP URLs with HTTPS for sites with HTTPS versions
Diffstat (limited to 'platform/android/detect.py')
-rw-r--r--platform/android/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/detect.py b/platform/android/detect.py
index 7a993e9ca6..61ccad9ac3 100644
--- a/platform/android/detect.py
+++ b/platform/android/detect.py
@@ -93,7 +93,7 @@ def configure(env):
install_ndk_if_needed(env)
# Workaround for MinGW. See:
- # http://www.scons.org/wiki/LongCmdLinesOnWin32
+ # https://www.scons.org/wiki/LongCmdLinesOnWin32
if os.name == "nt":
import subprocess