aboutsummaryrefslogtreecommitdiff
path: root/test/support/platform_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/support/platform_support.h')
-rw-r--r--test/support/platform_support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/platform_support.h b/test/support/platform_support.h
index a9b5b98a3668..020cdbf98e20 100644
--- a/test/support/platform_support.h
+++ b/test/support/platform_support.h
@@ -18,7 +18,7 @@
// locale names
#ifdef _WIN32
// WARNING: Windows does not support UTF-8 codepages.
-// Locales are "converted" using http://docs.moodle.org/dev/Table_of_locales
+// Locales are "converted" using https://docs.moodle.org/dev/Table_of_locales
#define LOCALE_en_US "en-US"
#define LOCALE_en_US_UTF_8 "en-US"
#define LOCALE_cs_CZ_ISO8859_2 "cs-CZ"