From 2bd0fdf07b3976eb56fdd794e37de9d5887a3520 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Fri, 7 Aug 2015 13:48:28 +0200 Subject: [PATCH] Fix URLs for openlayers.org resources --- config/examples/example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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>