From 6250cba89c4005bd4d9e61a8845f4e85e4049628 Mon Sep 17 00:00:00 2001 From: Sam Habiel Date: Thu, 18 Jun 2020 09:17:07 -0400 Subject: [PATCH] d code.osehra.org -> code.worldvista.org --- Scripts/ExternalDownloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/ExternalDownloader.py b/Scripts/ExternalDownloader.py index 7d548f524..f78eb5078 100644 --- a/Scripts/ExternalDownloader.py +++ b/Scripts/ExternalDownloader.py @@ -27,7 +27,7 @@ Download External Data """ -DEFAULT_EXTERNAL_DOWNLOAD_SITE_URL = "http://code.osehra.org/content/SHA1" +DEFAULT_EXTERNAL_DOWNLOAD_SITE_URL = "https://code.worldvista.org/content/SHA1" """ find or download the external KIDS Build file, return the file path """ def obtainKIDSBuildFileBySha1(filePath, sha1Sum, cacheDir):