Use https for openlayers.org
This commit is contained in:
@@ -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 !== '') {
|
||||
|
||||
Reference in New Issue
Block a user