From dc9770911f86a6f1622adb0392d92a46a9e1f8d9 Mon Sep 17 00:00:00 2001 From: tchandelle Date: Mon, 17 Oct 2016 09:45:47 +0200 Subject: [PATCH] Wrong link to errors --- src/ol/assertionerror.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/assertionerror.js b/src/ol/assertionerror.js index e7e5b2e9c8..341e623a49 100644 --- a/src/ol/assertionerror.js +++ b/src/ol/assertionerror.js @@ -22,7 +22,7 @@ ol.AssertionError = function(code) { /** * Error code. The meaning of the code can be found on - * {@link https://openlayers.org/en/latest/errors.html} (replace `latest` with + * {@link https://openlayers.org/en/latest/doc/errors/} (replace `latest` with * the version found in the OpenLayers script's header comment if a version * other than the latest is used). * @type {number}