diff --git a/config/examples/example.html b/config/examples/example.html index 8f0e40cccb..c4fb84e538 100644 --- a/config/examples/example.html +++ b/config/examples/example.html @@ -44,7 +44,7 @@ - +
<!DOCTYPE html>
<html>
<head>
@@ -52,8 +52,8 @@
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
-<link rel="stylesheet" href="http://openlayers.org/en/{{ olVersion }}/css/ol.css" type="text/css">
-<script src="http://openlayers.org/en/{{ olVersion }}/build/ol.js"></script>
+<link rel="stylesheet" href="http://openlayers.org/en/v{{ olVersion }}/css/ol.css" type="text/css">
+<script src="http://openlayers.org/en/v{{ olVersion }}/build/ol.js"></script>
{{ extraHead }}
{{#if css.source}}
<style>