From ff6da7ed7959023f426cdb4dc098a3568863c3b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 29 Aug 2014 17:27:52 +0200 Subject: [PATCH] New domain in the build header --- tasks/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 !== '') {