Fix link to custom control example

Peter Robins
2013-08-03 10:09:44 -07:00
parent dfd2107a5a
commit be11716198

@@ -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