diff --git a/tasks/build.js b/tasks/build.js index b8765f38a9..dd07d343cf 100644 --- a/tasks/build.js +++ b/tasks/build.js @@ -195,7 +195,7 @@ function build(config, paths, callback) { */ function addHeader(compiledSource, callback) { exec('git describe --tags', function(error, stdout, stderr) { - var header = '// OpenLayers 3. See http://ol3.js.org/\n'; + var header = '// OpenLayers 3. See http://openlayers.org/\n'; header += '// License: https://raw.githubusercontent.com/openlayers/' + 'ol3/master/LICENSE.md\n'; if (stdout !== '') {