Merge pull request #6073 from tchandelle/errors-link

Fix link to errors doc
This commit is contained in:
Bart van den Eijnden
2016-11-04 09:12:07 +01:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ ol.AssertionError = function(code) {
/** /**
* Error code. The meaning of the code can be found on * 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 * the version found in the OpenLayers script's header comment if a version
* other than the latest is used). * other than the latest is used).
* @type {number} * @type {number}