Use https for openlayers.org

This commit is contained in:
Tim Schaub
2016-10-16 00:16:15 -06:00
parent 978548b085
commit 9875df39bf
16 changed files with 36 additions and 36 deletions

View File

@@ -242,7 +242,7 @@ function getVersion(callback) {
* ready to be written into a file, or any error.
*/
function addHeader(compiledSource, callback) {
var header = '// OpenLayers 3. See http://openlayers.org/\n';
var header = '// OpenLayers 3. See https://openlayers.org/\n';
header += '// License: https://raw.githubusercontent.com/openlayers/' +
'ol3/master/LICENSE.md\n';
if (version !== '') {