From a7305be8247aa325988c5ee92b4f1a50aa868aa2 Mon Sep 17 00:00:00 2001 From: ThomasG77 Date: Thu, 27 Dec 2018 13:20:19 +0100 Subject: [PATCH] Replace rawgit with jsdelivr due to #9082 comment --- doc/quickstart.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/quickstart.hbs b/doc/quickstart.hbs index 13edbfbda5..e548fedb0f 100644 --- a/doc/quickstart.hbs +++ b/doc/quickstart.hbs @@ -18,14 +18,14 @@ Below you'll find a complete working example. Create a new file, copy in the co - + - + OpenLayers example @@ -60,7 +60,7 @@ To include a map a web page you will need 3 things: ### Include OpenLayers ```xml - + ``` The first part is to include the JavaScript library. For the purpose of this tutorial, here we simply point to the openlayers.org website to get the whole library. In a production environment, we would build a custom version of the library including only the module needed for our application.