yui3/commit

UPDATED: base yui3 uri is now https iso http

authorJacco van Ossenbruggen
Tue Dec 14 22:03:19 2021 +0100
committerJacco van Ossenbruggen
Tue Dec 14 22:03:19 2021 +0100
commitc56830b7249238f7974b47ff189d5836923cb42a
tree69a43a4a8d1aabff8daadab7d40190aaca71c6a6
parente403f2939bab5531cc2b46cfe1290811c5f51720
Diff style: patch stat
diff --git a/config-available/yui3.pl b/config-available/yui3.pl
index be33ce4f75..67050d15ed 100644
--- a/config-available/yui3.pl
+++ b/config-available/yui3.pl
@@ -18,8 +18,8 @@ Main functionality is to make it easy to:
 	   'Location of the local yui git (absolute dir name or relative to server directory)').
 :- setting(local_gallery_path, atom, './yui3-gallery',
 	   'Location of the local gallery git (absolute dir name or relative to server directory)').
-:- setting(remote_path, atom, 'http://yui.yahooapis.com/',
-	   'Location of the local yui git (absolute dir name or relative to server directory)').
+:- setting(remote_path, atom, 'https://yui-s.yahooapis.com/',
+	   'Location of the remore YUI3 API').
 :- setting(version, atom, '3.17.2',
 	   'remote YUI version to use (e.g. when local=false)').