diff --git a/Exports-Files.md b/Exports-Files.md index b848530..92cd2d7 100644 --- a/Exports-Files.md +++ b/Exports-Files.md @@ -74,7 +74,7 @@ For example, `oli.js` includes the following definition: This will prevent the Compiler from renaming `setMap` internally, allowing the creation of custom controls defining their own `setMap` functions. (The `ol.control.Control.prototype.setMap` function is also exported, making it possible to call it from child implementations.) -http://ol3js.org/ol3/master/examples/custom-controls.html provides an example for creating custom controls. +http://ol3js.org/en/master/examples/custom-controls.html provides an example for creating custom controls. ## Under the hood