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

@@ -12,7 +12,7 @@ describe('ol.AssertionError', function() {
var origVersion = ol.VERSION;
ol.VERSION = 'foo';
var error = new ol.AssertionError(42);
expect(error.message).to.be('Assertion failed. See http://openlayers.org/en/foo/doc/errors/#42 for details.');
expect(error.message).to.be('Assertion failed. See https://openlayers.org/en/foo/doc/errors/#42 for details.');
ol.VERSION = origVersion;
});
it('has an error code', function() {