From be117161986f6b8b2f2736ce88cbfd7561312cee Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Sat, 3 Aug 2013 10:09:44 -0700 Subject: [PATCH] Fix link to custom control example --- Exports-Files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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